Re: doc: Incorrect return type of IsForeignScanParallelSafe in fdwhandler.sgml - Mailing list pgsql-hackers

From Tom Lane
Subject Re: doc: Incorrect return type of IsForeignScanParallelSafe in fdwhandler.sgml
Date
Msg-id 15366.1467996079@sss.pgh.pa.us
Whole thread Raw
In response to doc: Incorrect return type of IsForeignScanParallelSafe in fdwhandler.sgml  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: doc: Incorrect return type of IsForeignScanParallelSafe in fdwhandler.sgml  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Next
From: Tom Lane
Date:
Subject: Re: minor plpgsql doc patch