pgsql: Ensure a few policies remain for pg_upgrade

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure a few policies remain for pg_upgrade
Date: 2015-09-28 19:48:53
Message-ID: E1ZgePt-0003d4-6u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ensure a few policies remain for pg_upgrade

To make sure that pg_dump/pg_restore function properly with RLS
policies, arrange to have a few of them left around at the end of the
regression tests.

Back-patch to 9.5 where RLS was added.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ce585027ebc26554d77cde9d8f2721a8cca55381

Modified Files
--------------
src/test/regress/expected/rowsecurity.out | 9 +++++++++
src/test/regress/output/misc.source | 3 ++-
src/test/regress/sql/rowsecurity.sql | 10 ++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-09-28 20:34:34 Re: Rename withCheckOptions to insertedCheckClauses
Previous Message Stephen Frost 2015-09-28 19:42:40 Re: Rename withCheckOptions to insertedCheckClauses