Add hasRowSecurity to copyfuncs/outfuncs

Stephen Frost <sfrost@snowman.net>

Commit: 62a4a1af5d1d84f0023bc3816c204191b0f4f49f
Author: Stephen Frost <sfrost@snowman.net>
Date: 2015-02-26T04:35:04Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/backend/nodes/copyfuncs.c modified +1 −0
src/backend/nodes/outfuncs.c modified +2 −0