summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/regress/expected/conversion.out2
-rw-r--r--src/test/regress/sql/conversion.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/conversion.out b/src/test/regress/expected/conversion.out
index 04fdcba4964..5c9d6317556 100644
--- a/src/test/regress/expected/conversion.out
+++ b/src/test/regress/expected/conversion.out
@@ -33,7 +33,7 @@ DROP CONVERSION mydef;
-- so there's no need to do that here.
--
--
--- return to the super user
+-- return to the superuser
--
RESET SESSION AUTHORIZATION;
DROP USER regress_conversion_user;
diff --git a/src/test/regress/sql/conversion.sql b/src/test/regress/sql/conversion.sql
index 83586824321..5576999e42e 100644
--- a/src/test/regress/sql/conversion.sql
+++ b/src/test/regress/sql/conversion.sql
@@ -30,7 +30,7 @@ DROP CONVERSION mydef;
-- so there's no need to do that here.
--
--
--- return to the super user
+-- return to the superuser
--
RESET SESSION AUTHORIZATION;
DROP USER regress_conversion_user;