Re: Alias collision in `refresh materialized view concurrently`

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Bernd Helmle <mailings(at)oopsware(dot)de>, Mathis Rudolf <mathis(dot)rudolf(at)credativ(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Alias collision in `refresh materialized view concurrently`
Date: 2021-06-02 07:57:09
Message-ID: YLc51agp9O7nWMI1@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-06-02 08:02:10 Re: Two patches to speed up pg_rewind.
Previous Message Amit Langote 2021-06-02 07:43:40 Re: join pushdown and issue with foreign update