pgsql: Blindly attempt to fix sepgsql tests.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Blindly attempt to fix sepgsql tests.
Date: 2017-03-26 03:40:20
Message-ID: E1crz2S-0000Ke-JY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-03-26 03:40:23 Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection.
Previous Message Joe Conway 2017-03-26 00:33:33 Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection.