Re: Table AM modifications to accept column projection lists

Justin Pryzby <pryzby@telsasoft.com>

From: Justin Pryzby <pryzby@telsasoft.com>
To: Soumyadeep Chakraborty <soumyadeep2007@gmail.com>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, pgsql-hackers@postgresql.org, pchampion@vmware.com, Melanie Plageman <melanieplageman@gmail.com>, Heikki Linnakangas <hlinnaka@iki.fi>, Ashwin Agrawal <aagrawal@pivotal.io>
Date: 2021-03-01T22:59:17Z
Lists: pgsql-hackers
On Thu, Dec 31, 2020 at 01:02:24PM -0800, Soumyadeep Chakraborty wrote:
> Hey Masahiko,
> 
> I added it to the Jan CF (https://commitfest.postgresql.org/31/2922/).
> 
> PFA a rebased version against latest head.

Thanks for working on this.

-               pgstat_progress_update_param(PROGRESS_ANALYZE_CURRENT_CHILD_TABLE_RELID,                                                                                                                                           
-                                                                        RelationGetRelid(childrel));                                                                                                                              
-                                                                                                                                                                                                                                  

Why is this removed ?

+                                * returningCols of it's base table's RTE.

its (possessive) not it's ("it is")

-- 
Justin