From ba62fe32c391a33eac533b0cc4d4c163e4844c56 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 8 Jul 2000 03:04:41 +0000 Subject: Remove long-dead support for invoking queries from dynamically loaded backend functions via backend PQexec(). The SPI interface has long been our only documented way to do this, and the backend pqexec/portal code is unused and suffering bit-rot. I'm putting it out of its misery. --- src/backend/tcop/postgres.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 3843ce7a2d4..575e18351ad 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.166 2000/07/04 06:11:43 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.167 2000/07/08 03:04:15 tgl Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -54,9 +54,10 @@ #include "tcop/tcopprot.h" #include "tcop/utility.h" #include "storage/proc.h" +#include "utils/exc.h" +#include "utils/guc.h" #include "utils/ps_status.h" #include "utils/temprel.h" -#include "utils/guc.h" #ifdef MULTIBYTE #include "mb/pg_wchar.h" #endif @@ -1414,7 +1415,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.166 $ $Date: 2000/07/04 06:11:43 $\n"); + puts("$Revision: 1.167 $ $Date: 2000/07/08 03:04:15 $\n"); } /* -- cgit v1.2.3