From 5a4a2ae4cdd4196317804ac3111c81d88fb09954 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Mon, 2 Sep 2024 10:52:22 +0200 Subject: [PATCH] Fix the trailing space --- patches/cloud_regress_pg16.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/cloud_regress_pg16.patch b/patches/cloud_regress_pg16.patch index 0f7c21076b..6abba7b499 100644 --- a/patches/cloud_regress_pg16.patch +++ b/patches/cloud_regress_pg16.patch @@ -568,7 +568,7 @@ index 93302a07efc..37c89b36e9f 100644 -- -- Schema creation with elements. -CREATE ROLE regress_create_schema_role SUPERUSER; -+CREATE ROLE regress_create_schema_role SUPERUSER PASSWORD 'eib5tai9Oachootiex'; ++CREATE ROLE regress_create_schema_role SUPERUSER PASSWORD 'eib5tai9Oachootiex'; -- Cases where schema creation fails as objects are qualified with a schema -- that does not match with what's expected. -- This checks all the object types that include schema qualifications. @@ -2787,7 +2787,7 @@ index 1b7064247a1..3f4a588020c 100644 -- Schema creation with elements. -CREATE ROLE regress_create_schema_role SUPERUSER; -+CREATE ROLE regress_create_schema_role SUPERUSER PASSWORD 'eib5tai9Oachootiex'; ++CREATE ROLE regress_create_schema_role SUPERUSER PASSWORD 'eib5tai9Oachootiex'; -- Cases where schema creation fails as objects are qualified with a schema -- that does not match with what's expected.