Changing baserel to foreignrel in postgres_fdw functions - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Changing baserel to foreignrel in postgres_fdw functions
Date
Msg-id CAFjFpRfmC83N6o3fxg5wE2GB5HPB6R8nGp5T0GkRtmM80w49SQ@mail.gmail.com
Whole thread Raw
Responses Re: Changing baserel to foreignrel in postgres_fdw functions
List 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

pgsql-hackers by date:

Previous
From: Grigory Smolkin
Date:
Subject: Re: autovacuum: change priority of the vacuumed tables
Next
From: Shay Rojansky
Date:
Subject: Re: Cached/global query plans, autopreparation