[HACKERS] Minor code improvement to postgresGetForeignPlan - Mailing list pgsql-hackers

From Tatsuro Yamada
Subject [HACKERS] Minor code improvement to postgresGetForeignPlan
Date
Msg-id 58E711AF.7070305@lab.ntt.co.jp
Whole thread Raw
Responses Re: [HACKERS] Minor code improvement to postgresGetForeignPlan  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Re: [HACKERS] Minor code improvement to postgresGetForeignPlan  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] src/interfaces/libpq shipping nmake-related Makefiles
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] Faster methods for getting SPI results (460%improvement)