Re: Table AM modifications to accept column projection lists

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Soumyadeep Chakraborty <soumyadeep2007(at)gmail(dot)com>
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, pchampion(at)vmware(dot)com, Melanie Plageman <melanieplageman(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Ashwin Agrawal <aagrawal(at)pivotal(dot)io>
Subject: Re: Table AM modifications to accept column projection lists
Date: 2021-03-01 22:59:17
Message-ID: 20210301225917.GH3701@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2021-03-01 23:13:21 Re: Table AM modifications to accept column projection lists
Previous Message Tomas Vondra 2021-03-01 22:23:12 Re: enable_incremental_sort changes query behavior