pgsql: Ensure a few policies remain for pg_upgrade - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Ensure a few policies remain for pg_upgrade
Date
Msg-id E1ZgePt-0003d3-6p@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/992d702bfafdb4258e65cbfa7353a631460a8389

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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Ensure a few policies remain for pg_upgrade
Next
From: Tom Lane
Date:
Subject: pgsql: Fix poor errno handling in libpq's version of our custom OpenSSL