]> granicus.if.org Git - postgresql/commit
Add missing post create and alter hooks to policy objects.
authorJoe Conway <mail@joeconway.com>
Wed, 29 Jul 2015 16:47:49 +0000 (09:47 -0700)
committerJoe Conway <mail@joeconway.com>
Wed, 29 Jul 2015 16:47:49 +0000 (09:47 -0700)
commitefe72a82aa5e0d6f907a5d21f1a99b677f44f817
treec7078e95430e8ede1b02489f6c1f72e5c00337b6
parent13d856e177e69083f543d6383eeda9e12ce3c55c
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