summaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
diff options
context:
space:
mode:
authorAlvaro Herrera2008-03-26 21:10:39 +0000
committerAlvaro Herrera2008-03-26 21:10:39 +0000
commit8fc7d48b35e60a012fa757c8cd388304c1d42af3 (patch)
treed965830e39af6050839f8994a628708c6a08dcd7 /src/backend/commands/functioncmds.c
parent640e57e0e021913e2d04f76fd83d235a6341bc97 (diff)
Move the HTSU_Result enum definition into snapshot.h, to avoid including
tqual.h into heapam.h. This makes all inclusion of tqual.h explicit. I also sorted alphabetically the includes on some source files.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
-rw-r--r--src/backend/commands/functioncmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/commands/functioncmds.c b/src/backend/commands/functioncmds.c
index 85059aa7ad..22d71f2cb1 100644
--- a/src/backend/commands/functioncmds.c
+++ b/src/backend/commands/functioncmds.c
@@ -53,6 +53,7 @@
#include "utils/guc.h"
#include "utils/lsyscache.h"
#include "utils/syscache.h"
+#include "utils/tqual.h"
static void AlterFunctionOwner_internal(Relation rel, HeapTuple tup,