aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/trigfuncs.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2011-02-23 14:18:09 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2011-07-04 14:35:58 -0400
commitb93f5a5673b4bb09e14eb80fe28aa21fc20a6271 (patch)
tree0d9d146eab2407dc60627542c26902a933262b76 /src/backend/utils/adt/trigfuncs.c
parentd665162077862ef9e5886f870bf5ce909fc9342c (diff)
downloadpostgresql-b93f5a5673b4bb09e14eb80fe28aa21fc20a6271.tar.gz
postgresql-b93f5a5673b4bb09e14eb80fe28aa21fc20a6271.zip
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
This lets us stop including rel.h into execnodes.h, which is a widely used header.
Diffstat (limited to 'src/backend/utils/adt/trigfuncs.c')
-rw-r--r--src/backend/utils/adt/trigfuncs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/adt/trigfuncs.c b/src/backend/utils/adt/trigfuncs.c
index 86f81bb5bec..474878de7d9 100644
--- a/src/backend/utils/adt/trigfuncs.c
+++ b/src/backend/utils/adt/trigfuncs.c
@@ -16,6 +16,7 @@
#include "access/htup.h"
#include "commands/trigger.h"
#include "utils/builtins.h"
+#include "utils/rel.h"
/*