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:
Tom Lane 2006-02-12 03:10:04 +00:00
parent 3f9d2edddc
commit 95dbf9c02f
2 changed files with 163 additions and 163 deletions

View File

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