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

From Michael Paquier
Subject Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range
Date
Msg-id Y7+hxA3IHl4zRKjc@paquier.xyz
Whole thread Raw
In response to pgsql: Revert "Get rid of the "new" and "old" entries in a view's range  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

Attachment

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Rename some variables related to ident files in hba.{c,h}
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range