Re: Regression test collate.icu.utf8 failed on REL_14_STABLE

2023-08-14 Thread Japin Li
On Tue, 15 Aug 2023 at 08:54, Japin Li wrote: > On Tue, 15 Aug 2023 at 08:49, Andy Fan wrote: >>> >>> >>> >>> DROP SCHEMA test_schema; >>> +ERROR: cannot drop schema test_schema because other objects depend on it >>> +DETAIL: collation test_schema.test11 depends on schema test_schema >>> +HI

Re: Regression test collate.icu.utf8 failed on REL_14_STABLE

2023-08-14 Thread Japin Li
On Tue, 15 Aug 2023 at 08:49, Andy Fan wrote: >> >> >> >> DROP SCHEMA test_schema; >> +ERROR: cannot drop schema test_schema because other objects depend on it >> +DETAIL: collation test_schema.test11 depends on schema test_schema >> +HINT: Use DROP ... CASCADE to drop the dependent objects

Re: Regression test collate.icu.utf8 failed on REL_14_STABLE

2023-08-14 Thread Andy Fan
> > > > DROP SCHEMA test_schema; > +ERROR: cannot drop schema test_schema because other objects depend on it > +DETAIL: collation test_schema.test11 depends on schema test_schema > +HINT: Use DROP ... CASCADE to drop the dependent objects too. > DROP ROLE regress_test_role; > +ERROR: role "re

Regression test collate.icu.utf8 failed on REL_14_STABLE

2023-08-14 Thread Japin Li
Hi, hackers I find when I compile PG 14 with --with-icu, collate.icu.utf8 and foreign_data regression tests will failed. However it is OK on REL_15_STABLE and master. I also test this on REL_13_STABLE, and it also failed. Here is the regression diffs. diff -U3 /home/japin/Codes/postgres/buil