diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2024-05-13 13:26:34 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2024-05-13 13:26:34 +0300 |
commit | 2a679ae94e46ea2fa1ff5461c9d0767faecc6c8c (patch) | |
tree | d4f49da635fa9df65a1f5c18be5dc8436b414455 /src/backend/commands | |
parent | 6f8bb7c1e9610dd7af20cdaf74c4ff6e6d678d44 (diff) | |
download | postgresql-2a679ae94e46ea2fa1ff5461c9d0767faecc6c8c.tar.gz postgresql-2a679ae94e46ea2fa1ff5461c9d0767faecc6c8c.zip |
Fix regression tests conflict in 3ca43dbbb6
3ca43dbbb6 adds regression tests with permission checks. The conflict has
been observed at buildfarm member piculet.
This commit fixes the conflict in the following way.
1. partition_split.sql now uses role names regress_partition_split_alice and
regress_partition_split_bob (it mistakenly used
regress_partition_merge_alice and regress_partition_merge_bob before).
2. Permissions on schemas partitions_merge_schema and partition_split_schema
are granted to corresponding roles. Before, the lack of permissions led to
the creation of objects in the public schema and potential conflict.
Reported-by: Daniel Gustafsson
Discussion: https://postgr.es/m/03A07EF6-98D2-419B-A3AA-A111C64CC207%40yesql.se
Diffstat (limited to 'src/backend/commands')
0 files changed, 0 insertions, 0 deletions