OSDN Git Service

Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
[pg-rex/syncrep.git] / src / backend / executor / nodeSeqscan.c
index 0f3438d..e2cea0e 100644 (file)
@@ -28,6 +28,7 @@
 #include "access/relscan.h"
 #include "executor/execdebug.h"
 #include "executor/nodeSeqscan.h"
+#include "utils/rel.h"
 
 static void InitScanRelation(SeqScanState *node, EState *estate);
 static TupleTableSlot *SeqNext(SeqScanState *node);