1
0
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:
Peter Eisentraut
2013-11-16 11:35:44 -05:00
parent 61a07bae47
commit 55c3d86a2a
2 changed files with 6 additions and 6 deletions

View File

@ -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);