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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range
Дата
Msg-id Y7+hxA3IHl4zRKjc@paquier.xyz
обсуждение исходный текст
Ответ на pgsql: Revert "Get rid of the "new" and "old" entries in a view's range  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Rename some variables related to ident files in hba.{c,h}
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range