Add missing post create and alter hooks to policy objects.
authorJoe Conway
Wed, 29 Jul 2015 16:39:28 +0000 (09:39 -0700)
committerJoe Conway
Wed, 29 Jul 2015 16:39:28 +0000 (09:39 -0700)
commit0bfbf14f93c30ec8f505baba79625f5a3b010405
treedcfdb380c84dbb25bb38c76c9d09838b23213acc
parent81191f65820d3cf29ea94fe7f65c065e8c6a296c
Add missing post create and alter hooks to policy objects.

AlterPolicy() and CreatePolicy() lacked their respective hook invocations.
Noted by Noah Misch, review by Dean Rasheed. Back-patch to 9.5 where
RLS was introduced.
src/backend/commands/policy.c