pgsql: Fix regression test output of sepgsql

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix regression test output of sepgsql
Date: 2021-08-10 04:17:03
Message-ID: E1mDJCJ-0002u1-Bc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-08-10 07:03:13 pgsql: Add tab completion for DECLARE .. ASENSITIVE in psql
Previous Message Michael Paquier 2021-08-10 03:22:49 pgsql: Add call to object access hook at the end of table rewrite in AL