Michael Paquier <mich...@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