Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range
Date: 2023-01-12 05:59:32
Message-ID: Y7+hxA3IHl4zRKjc@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Jan 12, 2023 at 04:01:31AM +0000, Tom Lane wrote:
> Revert "Get rid of the "new" and "old" entries in a view's rangetable."
>
> This reverts commit 1b4d280ea1eb7ddb2e16654d5fa16960bb959566.
> It's broken the buildfarm members that run cross-version-upgrade tests,
> because they're not prepared to deal with cosmetic differences between
> CREATE VIEW commands emitted by older servers and HEAD. Even if we had
> a solution to that, which we don't, it'd take some time to roll it out
> to the affected animals. This improvement isn't valuable enough to
> justify addressing that problem on an emergency basis, so revert it
> for now.

/* yyyymmddN */
-#define CATALOG_VERSION_NO 202301111
+#define CATALOG_VERSION_NO 202301092

This should have gone upwards, not backwards?
--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-12 06:02:49 Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range
Previous Message Brar Piening 2023-01-12 05:34:44 Re: pgsql: Doc: add XML ID attributes to <sectN> and <varlistentry> tags.