diff options
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r-- | src/backend/tcop/fastpath.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c index df1641d8b7d..8461711fc95 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.26 1999/07/15 22:39:56 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.27 1999/07/16 03:13:50 momjian Exp $ * * NOTES * This cruft is the server side of PQfn. @@ -62,12 +62,12 @@ #include "postgres.h" -#include "utils/builtins.h" /* for oideq */ +#include "utils/builtins.h" #include "tcop/fastpath.h" #include "libpq/libpq.h" #include "libpq/pqformat.h" -#include "access/xact.h" /* for TransactionId/CommandId protos */ +#include "access/xact.h" #include "utils/syscache.h" #include "catalog/pg_proc.h" |