Re: Partial aggregates pushdown - Mailing list pgsql-hackers

From Alexander Pyhalov
Subject Re: Partial aggregates pushdown
Date
Msg-id 925e2d3f11283d8b2707fc5d827fc3e9@postgrespro.ru
Whole thread Raw
In response to Re: Partial aggregates pushdown  (Alexander Pyhalov <a.pyhalov@postgrespro.ru>)
Responses Re: Partial aggregates pushdown
List pgsql-hackers
Alexander Pyhalov писал 2022-01-17 15:26:
> Zhihong Yu писал 2022-01-17 11:43:
>> Hi,
>> +   FdwScanPrivateConvertors
>> 
>> + * Generate attinmeta if there are some converters:
>> 
>> I think it would be better if converter is spelled the same way across
>> the patch.
>> 
>> For build_conv_list():
>> 
>> +   if (IS_UPPER_REL(foreignrel))
>> 
>> You can return NIL for !IS_UPPER_REL(foreignrel) - this would save
>> indentation for the body of the func.
> 
> Hi.
> Updated patch.

Sorry, missed attachment.

-- 
Best regards,
Alexander Pyhalov,
Postgres Professional
Attachment

pgsql-hackers by date:

Previous
From: Alexander Pyhalov
Date:
Subject: Re: Partial aggregates pushdown
Next
From: Amit Kapila
Date:
Subject: Re: row filtering for logical replication