Re: pg_upgrade test for binary compatibility of core data types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_upgrade test for binary compatibility of core data types
Дата
Msg-id 2869423.1637211471@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_upgrade test for binary compatibility of core data types  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> Okay.  I have worked on 0001 to add the table to check after the
> binary compatibilities and applied it.

Something funny about that on prion:

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prion&dt=2021-11-18%2001%3A55%3A38

@@ -747,6 +747,8 @@
   '{(2020-01-02 03:04:05, 2021-02-03 06:07:08)}'::tstzmultirange,
   arrayrange(ARRAY[1,2], ARRAY[2,1]),
   arraymultirange(arrayrange(ARRAY[1,2], ARRAY[2,1]));
+ERROR:  unrecognized key word: "ec2"
+HINT:  ACL key word must be "group" or "user".
 -- Sanity check on the previous table, checking that all core types are
 -- included in this table.
 SELECT oid, typname, typtype, typelem, typarray, typarray

Not sure what's going on there.

            regards, tom lane



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: pg_get_publication_tables() output duplicate relid
Следующее
От: Greg Nancarrow
Дата:
Сообщение: Re: Optionally automatically disable logical replication subscriptions on error