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:
parent
3f9d2edddc
commit
95dbf9c02f
@ -148,7 +148,7 @@ PREPARE q7(unknown) AS
|
|||||||
SELECT * FROM road WHERE thepath = $1;
|
SELECT * FROM road WHERE thepath = $1;
|
||||||
SELECT name, statement, parameter_types FROM pg_prepared_statements
|
SELECT name, statement, parameter_types FROM pg_prepared_statements
|
||||||
ORDER BY name;
|
ORDER BY name;
|
||||||
name | statement | parameter_types
|
name | statement | parameter_types
|
||||||
------+------------------------------------------------------------------+--------------------------------------------------------
|
------+------------------------------------------------------------------+--------------------------------------------------------
|
||||||
q2 | PREPARE q2(text) AS | {text}
|
q2 | PREPARE q2(text) AS | {text}
|
||||||
: \x09SELECT datname, datistemplate, datallowconn
|
: \x09SELECT datname, datistemplate, datallowconn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user