mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Undo changes of trailing space in recently-committed expected files.
This is mostly just over-compulsiveness on my part, but the exercise did reveal one real bug: errors.out has a space difference now where it should not.
This commit is contained in:
@@ -148,7 +148,7 @@ PREPARE q7(unknown) AS
|
||||
SELECT * FROM road WHERE thepath = $1;
|
||||
SELECT name, statement, parameter_types FROM pg_prepared_statements
|
||||
ORDER BY name;
|
||||
name | statement | parameter_types
|
||||
name | statement | parameter_types
|
||||
------+------------------------------------------------------------------+--------------------------------------------------------
|
||||
q2 | PREPARE q2(text) AS | {text}
|
||||
: \x09SELECT datname, datistemplate, datallowconn
|
||||
|
Reference in New Issue
Block a user