Re: Minor code improvement to postgresGetForeignPlan
Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
From: Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2017-09-07T00:22:40Z
Lists: pgsql-hackers
On 2017/09/07 6:52, Tom Lane wrote: > Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp> writes: >> The declaration of postgresGetForeignPlan uses baserel, but >> the actual definition uses foreignrel. It would be better to sync. > > Pushed, thanks. > > regards, tom lane Thanks! Regards, Tatsuro Yamada
Commits
-
Sync function prototype with its actual definition.
- 793a89c19667 11.0 landed