pgsql: Add hasRowSecurity to copyfuncs/outfuncs

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add hasRowSecurity to copyfuncs/outfuncs
Date: 2015-02-26 04:36:28
Message-ID: E1YQqBY-0007oD-Ob@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add hasRowSecurity to copyfuncs/outfuncs

The RLS patch added a hasRowSecurity field to PlannerGlobal and
PlannedStmt but didn't update nodes/copyfuncs.c and nodes/outfuncs.c to
reflect those additional fields.

Correct that by adding entries to the appropriate functions for those
fields.

Pointed out by Robert.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/62a4a1af5d1d84f0023bc3816c204191b0f4f49f

Modified Files
--------------
src/backend/nodes/copyfuncs.c | 1 +
src/backend/nodes/outfuncs.c | 2 ++
2 files changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2015-02-26 04:56:24 pgsql: Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variabl
Previous Message Stephen Frost 2015-02-26 02:36:50 pgsql: Add locking clause for SB views for update/delete