pgsql: Fix regression test output of sepgsql - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix regression test output of sepgsql
Date
Msg-id E1mDJCJ-0002u1-Bc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix regression test output of sepgsql

The difference is caused by 7b56584, for the tests involving a table
rewrite.

Per buildfarm member rhinoceros.

Discussion: https://postgr.es/m/YRHxXcyFjPuPTZui@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e3445237b861fee2524defde79428058d90c0d8

Modified Files
--------------
contrib/sepgsql/expected/ddl.out | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add call to object access hook at the end of table rewrite in AL
Next
From: Michael Paquier
Date:
Subject: pgsql: Add tab completion for DECLARE .. ASENSITIVE in psql