pgsql: Add hasRowSecurity to copyfuncs/outfuncs
pgsql: Add hasRowSecurity to copyfuncs/outfuncs
От:
Stephen Frost <sfrost@snowman.net>
Дата:
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(+)