]> granicus.if.org Git - postgresql/blobdiff - src/backend/commands/constraint.c
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
[postgresql] / src / backend / commands / constraint.c
index e8a19a9f03bc6ac7aa72f0dcf6d6907f77f6ed4a..b76cdeeb639b1c8ca29d211e22a37297322d3aca 100644 (file)
@@ -17,6 +17,7 @@
 #include "commands/trigger.h"
 #include "executor/executor.h"
 #include "utils/builtins.h"
+#include "utils/rel.h"
 #include "utils/tqual.h"