Thread: doc: Incorrect return type of IsForeignScanParallelSafe in fdwhandler.sgml

doc: Incorrect return type of IsForeignScanParallelSafe in fdwhandler.sgml

From
Etsuro Fujita
Date:
Hi,

I noticed that the return type of IsForeignScanParallelSafe described in
fdwhandler.sgml isn't correct; that should be bool, not Size.  Please
find attached a small patch for that.

Best regards,
Etsuro Fujita

Attachment
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp> writes:
> I noticed that the return type of IsForeignScanParallelSafe described in  
> fdwhandler.sgml isn't correct; that should be bool, not Size.  Please  
> find attached a small patch for that.

Pushed, thanks!
        regards, tom lane



On 2016/07/09 1:41, Tom Lane wrote:
> Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp> writes:
>> I noticed that the return type of IsForeignScanParallelSafe described in
>> fdwhandler.sgml isn't correct; that should be bool, not Size.  Please
>> find attached a small patch for that.

> Pushed, thanks!

Thank you.

Best regards,
Etsuro Fujita