Re: Table AM modifications to accept column projection lists

From: Jacob Champion <pchampion(at)vmware(dot)com>
To: "pryzby(at)telsasoft(dot)com" <pryzby(at)telsasoft(dot)com>, "soumyadeep2007(at)gmail(dot)com" <soumyadeep2007(at)gmail(dot)com>
Cc: "Ashwin Agrawal (Pivotal)" <aagrawal(at)pivotal(dot)io>, "hlinnaka(at)iki(dot)fi" <hlinnaka(at)iki(dot)fi>, "sawada(dot)mshk(at)gmail(dot)com" <sawada(dot)mshk(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "melanieplageman(at)gmail(dot)com" <melanieplageman(at)gmail(dot)com>
Subject: Re: Table AM modifications to accept column projection lists
Date: 2021-03-01 23:13:21
Message-ID: 38137ef2b38147b7001d00dbb509d42644aca2f3.camel@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2021-03-01 at 16:59 -0600, Justin Pryzby wrote:
> - pgstat_progress_update_param(PROGRESS_ANALYZE_CURRENT_CHILD_TABLE_RELID,
>
> - RelationGetRelid(childrel));
> -
>
> Why is this removed ?

Mm, both of those analyze.c changes seem suspect. Possibly a mismerge
from the zedstore branch; let me double-check.

>
> + * returningCols of it's base table's RTE.
>
> its (possessive) not it's ("it is")

Thanks, I'll fix this at the same time.

--Jacob

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dian Fay 2021-03-01 23:14:39 Re: TRIM_ARRAY
Previous Message Justin Pryzby 2021-03-01 22:59:17 Re: Table AM modifications to accept column projection lists