summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
diff options
context:
space:
mode:
authorAlvaro Herrera2014-10-08 21:10:47 +0000
committerAlvaro Herrera2014-10-08 21:10:47 +0000
commit7b1c2a0f2066672b24f6257ec9b8d78a1754f494 (patch)
treeae3c3fa420de7e3ed9c39859f13c2b04b3a6d105 /src/backend/commands/explain.c
parent7bb0e97407c32cbf7245ef91fcc27d120c81e872 (diff)
Split builtins.h to a new header ruleutils.h
The new header contains many prototypes for functions in ruleutils.c that are not exposed to the SQL level. Reviewed by Andres Freund and Michael Paquier.
Diffstat (limited to 'src/backend/commands/explain.c')
-rw-r--r--src/backend/commands/explain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/commands/explain.c b/src/backend/commands/explain.c
index 781a736115a..49963ff429d 100644
--- a/src/backend/commands/explain.c
+++ b/src/backend/commands/explain.c
@@ -28,6 +28,7 @@
#include "utils/json.h"
#include "utils/lsyscache.h"
#include "utils/rel.h"
+#include "utils/ruleutils.h"
#include "utils/snapmgr.h"
#include "utils/tuplesort.h"
#include "utils/xml.h"