Re: Minor code improvement to postgresGetForeignPlan
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
Cc: pgsql-hackers@postgresql.org
Date: 2017-09-06T21:52:56Z
Lists: pgsql-hackers
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
Commits
-
Sync function prototype with its actual definition.
- 793a89c19667 11.0 landed