Re: Changing baserel to foreignrel in postgres_fdw functions

2023-11-22 Thread Ashutosh Bapat
On Wed, Nov 22, 2023 at 3:27 AM Bruce Momjian wrote: > > Should this patch be applied? I think so. > --- > > On Thu, Feb 15, 2018 at 06:57:50PM +0530, Ashutosh Bapat wrote: > > Hi, > > I noticed that functions is_foreign_

Re: Changing baserel to foreignrel in postgres_fdw functions

2023-11-21 Thread Bruce Momjian
Should this patch be applied? --- On Thu, Feb 15, 2018 at 06:57:50PM +0530, Ashutosh Bapat wrote: > Hi, > I noticed that functions is_foreign_expr(), classifyConditions() and > appendOrderByClause() had variables/arguments

Changing baserel to foreignrel in postgres_fdw functions

2018-02-15 Thread Ashutosh Bapat
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 Co