aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/fastpath.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-03 06:54:38 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-03 06:54:38 +0000
commitc9002ecb21a0dc64fc81a308a375c1c2b4001bfd (patch)
tree6ae104dcab3013e01850f8cee2f16e5af3fff336 /src/backend/tcop/fastpath.c
parent3cf53c1d8ae6aaa27c46b323d2b97aecd241e2f4 (diff)
downloadpostgresql-c9002ecb21a0dc64fc81a308a375c1c2b4001bfd.tar.gz
postgresql-c9002ecb21a0dc64fc81a308a375c1c2b4001bfd.zip
Produce a clean compile of backend...
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r--src/backend/tcop/fastpath.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c
index 39014fe0db1..273caa49421 100644
--- a/src/backend/tcop/fastpath.c
+++ b/src/backend/tcop/fastpath.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.1.1.1 1996/07/09 06:21:59 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.2 1996/11/03 06:52:32 scrappy Exp $
*
* NOTES
* This cruft is the server side of PQfn.
@@ -63,7 +63,6 @@
#include "utils/palloc.h"
#include "fmgr.h"
-#include "utils/elog.h"
#include "utils/builtins.h" /* for oideq */
#include "tcop/fastpath.h"
#include "libpq/libpq.h"