pgsql: Add hasRowSecurity to copyfuncs/outfuncs - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Add hasRowSecurity to copyfuncs/outfuncs
Date
Msg-id E1YQqBY-0007oD-Ob@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Add locking clause for SB views for update/delete
Next
From: Noah Misch
Date:
Subject: pgsql: Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variabl