diff options
| author | Alvaro Herrera | 2008-03-26 21:10:39 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2008-03-26 21:10:39 +0000 |
| commit | 8fc7d48b35e60a012fa757c8cd388304c1d42af3 (patch) | |
| tree | d965830e39af6050839f8994a628708c6a08dcd7 /src/backend/commands/functioncmds.c | |
| parent | 640e57e0e021913e2d04f76fd83d235a6341bc97 (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.c | 1 |
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, |
