postgresql/src/backend/rewrite
Michael Paquier a995b371ae Add missing invocations to object access hooks
The following commands have been missing calls to object access hooks
InvokeObjectPost{Create|Alter}Hook normally applied to all commands:
- ALTER RULE RENAME TO
- ALTER USER MAPPING
- CREATE ACCESS METHOD
- CREATE STATISTICS

Thanks also to Robert Haas for the discussion.

Author: Mark Dilger
Reviewed-by: Álvaro Herrera, Michael Paquier
Discussion: https://postgr.es/m/435CD295-F409-44E0-91EC-DF32C7AFCD76@enterprisedb.com
2020-05-23 14:03:04 +09:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
rewriteDefine.c Add missing invocations to object access hooks 2020-05-23 14:03:04 +09:00
rewriteHandler.c Fix INSERT OVERRIDING USER VALUE behavior 2020-03-31 08:50:39 +02:00
rewriteManip.c Reconsider the representation of join alias Vars. 2020-01-09 11:56:59 -05:00
rewriteRemove.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
rewriteSupport.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
rowsecurity.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00