Minor code improvement to postgresGetForeignPlan

From: Tatsuro Yamada <yamada(dot)tatsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Minor code improvement to postgresGetForeignPlan
Date: 2017-04-07 04:12:31
Message-ID: 58E711AF.7070305@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
fix_declaration_of_postgresGetForeignPlan.patch text/x-patch 542 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-04-07 04:21:05 Re: Faster methods for getting SPI results (460% improvement)
Previous Message Andres Freund 2017-04-07 04:12:09 Re: src/interfaces/libpq shipping nmake-related Makefiles