mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
pg_upgrade: Fix some whitespace oddities
This commit is contained in:
@ -351,7 +351,7 @@ set_locale_and_encoding(ClusterInfo *cluster)
|
||||
|
||||
res = executeQueryOrDie(conn,
|
||||
"SELECT datcollate, datctype "
|
||||
"FROM pg_catalog.pg_database "
|
||||
"FROM pg_catalog.pg_database "
|
||||
"WHERE datname = 'template0' ");
|
||||
assert(PQntuples(res) == 1);
|
||||
|
||||
@ -381,7 +381,7 @@ set_locale_and_encoding(ClusterInfo *cluster)
|
||||
|
||||
res = executeQueryOrDie(conn,
|
||||
"SELECT pg_catalog.pg_encoding_to_char(encoding) "
|
||||
"FROM pg_catalog.pg_database "
|
||||
"FROM pg_catalog.pg_database "
|
||||
"WHERE datname = 'template0' ");
|
||||
assert(PQntuples(res) == 1);
|
||||
|
||||
|
Reference in New Issue
Block a user