Minor code improvement to postgresGetForeignPlan
Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
From: Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2017-04-07T04:12:31Z
Lists: pgsql-hackers
Attachments
- fix_declaration_of_postgresGetForeignPlan.patch (text/x-patch) patch
Hi, The declaration of postgresGetForeignPlan uses baserel, but the actual definition uses foreignrel. It would be better to sync. Please find attached a patch. Tatsuro Yamada NTT Open Source Software Center
Commits
-
Sync function prototype with its actual definition.
- 793a89c19667 11.0 landed