Re: pgsql: Fix failure to track role dependencies of pg_init_privs entries.

2024-04-29 Thread Tom Lane
Alexander Korotkov writes: > I just noticed that test_pg_dump checks don't pass for me. And for > most of the buildfarm members too. > You must be already aware of this, just in case. D'oh. Should have actually checked that test with a non-'postgres' superuser. Will fix in a few.

Re: pgsql: Fix failure to track role dependencies of pg_init_privs entries.

2024-04-29 Thread Alexander Korotkov
On Tue, Apr 30, 2024 at 2:26 AM Tom Lane wrote: > Fix failure to track role dependencies of pg_init_privs entries. I just noticed that test_pg_dump checks don't pass for me. And for most of the buildfarm members too. You must be already aware of this, just in case. -- Regards, Alexander Ko