Re: Add SPLIT PARTITION/MERGE PARTITIONS commands

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: Alexander Lakhin <exclusion(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Dmitry Koval <d(dot)koval(at)postgrespro(dot)ru>
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Date: 2024-05-13 08:45:57
Message-ID: 03A07EF6-98D2-419B-A3AA-A111C64CC207@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Commit 3ca43dbbb67f which adds the permission checks seems to cause conflicts
in the pg_upgrade tests:

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=piculet&dt=2024-05-13%2008%3A36%3A37

There is an issue with dropping and creating roles which seems to stem from
this commit:

CREATE ROLE regress_partition_merge_alice;
+ERROR: role "regress_partition_merge_alice" already exists

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2024-05-13 08:48:53 doc: some fixes for environment sections in ref pages
Previous Message Daniel Gustafsson 2024-05-13 08:34:48 Re: [PATCH] Fix bug when calling strncmp in check_authmethod_valid