pgsql: Update expected output for contrib/sepgsql's regression tests. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update expected output for contrib/sepgsql's regression tests.
Date
Msg-id E1vC39e-003BWo-1l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update expected output for contrib/sepgsql's regression tests.

Commit 65281391a caused some additional error context lines to
appear in the output of one test case.  That's fine, but we missed
updating the expected output.  Do it now.

While here, add some missing test-output subdirectories to
contrib/sepgsql/.gitignore, so that we don't get git warnings
after running the tests.

Author: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/1613232.1761255361@sss.pgh.pa.us
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0758111f5d35b64dd5ddbc716bd05806b52ea183

Modified Files
--------------
contrib/sepgsql/.gitignore       | 4 +++-
contrib/sepgsql/expected/ddl.out | 6 ++++++
2 files changed, 9 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Remove mention of Git protocol support
Next
From: Fujii Masao
Date:
Subject: pgsql: psql: Improve tab completion for large objects.