Changing baserel to foreignrel in postgres_fdw functions

From: Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Changing baserel to foreignrel in postgres_fdw functions
Date: 2018-02-15 13:27:50
Message-ID: CAFjFpRfmC83N6o3fxg5wE2GB5HPB6R8nGp5T0GkRtmM80w49SQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I noticed that functions is_foreign_expr(), classifyConditions() and
appendOrderByClause() had variables/arguments named baserel when the
relations passed to those could be join or upper relation as well.
Here's patch renaming those as foreignrel.
--
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company

Attachment Content-Type Size
baserel_rename_foreignrel.patch text/x-patch 3.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shay Rojansky 2018-02-15 13:54:14 Re: Cached/global query plans, autopreparation
Previous Message Grigory Smolkin 2018-02-15 13:16:17 Re: autovacuum: change priority of the vacuumed tables