pgsql: Add hasRowSecurity to copyfuncs/outfuncs

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Add hasRowSecurity to copyfuncs/outfuncs
Дата
Msg-id E1YQqBY-0007oD-Ob@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Add locking clause for SB views for update/delete
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variabl