Re: Alias collision in `refresh materialized view concurrently` - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Re: Alias collision in `refresh materialized view concurrently`
Date
Msg-id CALj2ACURRvCf=nOF=Kve1qLS5bFfwLy5Nc9=+HFCX6WSk-f5mA@mail.gmail.com
Whole thread Raw
In response to Re: Alias collision in `refresh materialized view concurrently`  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Alias collision in `refresh materialized view concurrently`  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Wed, Jun 2, 2021 at 1:27 PM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Wed, Jun 02, 2021 at 10:53:22AM +0530, Bharath Rupireddy wrote:
> > Thanks. PSA v4.
>
> Thanks for the new version.
>
> +                    MyProcPid, tempname, MyProcPid, MyProcPid,
> +                    tempname, MyProcPid, MyProcPid, MyProcPid,
> +                    MyProcPid, MyProcPid, MyProcPid);
> This style is still a bit heavy-ish.  Perhaps we should just come back
> to Thomas's suggestion and just use a prefix with _$ for all that.

Thanks.The changes with that approach are very minimal. PSA v5 and let
me know if any more changes are needed.

With Regards,
Bharath Rupireddy.

Attachment

pgsql-hackers by date:

Previous
From: "tanghy.fnst@fujitsu.com"
Date:
Subject: tab-complete for CREATE TYPE ... SUBSCRIPT
Next
From: Alvaro Herrera
Date:
Subject: Re: Fixup some appendStringInfo and appendPQExpBuffer calls