Re: Fix the example in the document of file-fdw

2020-09-14 Thread btkatsuragiyu
On 2020-09-14 14:07, Michael Paquier wrote: On Mon, Sep 14, 2020 at 11:33:23AM +0900, Fujii Masao wrote: On 2020/09/14 11:19, btkatsuragiyu wrote: This patch fixes the DDL in the document of file-fdw. Thanks for the patch! LGTM. I will commit it. Hmm. Instead of keeping a copy-paste of

Fix the example in the document of file-fdw

2020-09-13 Thread btkatsuragiyu
Although csvlog has the leader_pid field, the document of file-fdw that uses csvlog as an example does not reflect this fact. Concretely, the DDL for table definition does not have the leader_pid field. This patch fixes the DDL in the document of file-fdw. Regards, Yuta Katsuragidiff --git a/do