diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/isolation/specs/serializable-parallel-3.spec | 2 | ||||
| -rw-r--r-- | src/test/modules/unsafe_tests/expected/guc_privs.out | 2 | ||||
| -rw-r--r-- | src/test/modules/unsafe_tests/sql/guc_privs.sql | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/isolation/specs/serializable-parallel-3.spec b/src/test/isolation/specs/serializable-parallel-3.spec index c27298c24f..858156c3ff 100644 --- a/src/test/isolation/specs/serializable-parallel-3.spec +++ b/src/test/isolation/specs/serializable-parallel-3.spec @@ -1,6 +1,6 @@ # Exercise the case where a read-only serializable transaction has # SXACT_FLAG_RO_SAFE set in a parallel query. This variant is like -# two copies of #2 running at the same time, and excercises the case +# two copies of #2 running at the same time, and exercises the case # where another transaction has the same xmin, and it is the oldest. setup diff --git a/src/test/modules/unsafe_tests/expected/guc_privs.out b/src/test/modules/unsafe_tests/expected/guc_privs.out index 54f95b2334..f43a1da214 100644 --- a/src/test/modules/unsafe_tests/expected/guc_privs.out +++ b/src/test/modules/unsafe_tests/expected/guc_privs.out @@ -337,7 +337,7 @@ GRANT SET, ALTER SYSTEM ON PARAMETER autovacuum_work_mem, hash_mem_multiplier, max_stack_depth, shared_buffers, temp_file_limit, work_mem TO regress_host_resource_admin; --- Check the new role now has privilges on parameters +-- Check the new role now has privileges on parameters SELECT has_parameter_privilege('regress_host_resource_admin', 'work_mem', 'SET, ALTER SYSTEM'); has_parameter_privilege ------------------------- diff --git a/src/test/modules/unsafe_tests/sql/guc_privs.sql b/src/test/modules/unsafe_tests/sql/guc_privs.sql index 6c7733fc39..7a4fb24b9d 100644 --- a/src/test/modules/unsafe_tests/sql/guc_privs.sql +++ b/src/test/modules/unsafe_tests/sql/guc_privs.sql @@ -133,7 +133,7 @@ GRANT SET, ALTER SYSTEM ON PARAMETER autovacuum_work_mem, hash_mem_multiplier, max_stack_depth, shared_buffers, temp_file_limit, work_mem TO regress_host_resource_admin; --- Check the new role now has privilges on parameters +-- Check the new role now has privileges on parameters SELECT has_parameter_privilege('regress_host_resource_admin', 'work_mem', 'SET, ALTER SYSTEM'); SELECT has_parameter_privilege('regress_host_resource_admin', 'work_mem', 'SET'); SELECT has_parameter_privilege('regress_host_resource_admin', 'work_mem', 'ALTER SYSTEM'); |
