pgsql: Blindly attempt to fix sepgsql tests. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Blindly attempt to fix sepgsql tests.
Date
Msg-id E1crz2S-0000Ke-JY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Blindly attempt to fix sepgsql tests.

Due to b8d7f053c5c some permission checks are now happening even on
empty tables, and some of the checks move around.

Discussion: https://postgr.es/m/95bdb608-093c-160f-c6be-983a36ccd7f9@joeconway.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/83bbcb04ab3bce94282907d09f0e152f4ea4050b

Modified Files
--------------
contrib/sepgsql/expected/alter.out | 3 +++
contrib/sepgsql/expected/ddl.out   | 1 +
contrib/sepgsql/expected/misc.out  | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Faster expression evaluation and targetlist projection.
Next
From: Andres Freund
Date:
Subject: pgsql: Blindly attempt to fix sepgsql tests #2.