aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/tcop')
-rw-r--r--src/backend/tcop/dest.c4
-rw-r--r--src/backend/tcop/fastpath.c3
-rw-r--r--src/backend/tcop/postgres.c6
-rw-r--r--src/backend/tcop/pquery.c3
4 files changed, 5 insertions, 11 deletions
diff --git a/src/backend/tcop/dest.c b/src/backend/tcop/dest.c
index 2e76d7862ed..3e08c726d8f 100644
--- a/src/backend/tcop/dest.c
+++ b/src/backend/tcop/dest.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.35 1999/07/16 04:59:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.36 1999/07/17 20:17:50 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -32,8 +32,6 @@
* versa --- so I think I'll just leave 'em alone for now. tgl 1/99.
*
*/
-#include <stdio.h>
-#include <string.h>
#include "postgres.h"
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c
index fa7045a9d97..8bc5b28ee92 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.28 1999/07/16 04:59:53 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.29 1999/07/17 20:17:50 momjian Exp $
*
* NOTES
* This cruft is the server side of PQfn.
@@ -57,7 +57,6 @@
*
*-------------------------------------------------------------------------
*/
-#include <string.h>
#include "postgres.h"
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c
index 777641477ee..6dfd32f6b10 100644
--- a/src/backend/tcop/postgres.c
+++ b/src/backend/tcop/postgres.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.124 1999/07/16 05:23:18 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.125 1999/07/17 20:17:51 momjian Exp $
*
* NOTES
* this is the "main" module of the postgres backend and
@@ -17,8 +17,6 @@
*/
#include <unistd.h>
-#include <stdio.h>
-#include <string.h>
#include <signal.h>
#include <time.h>
#include <sys/time.h>
@@ -1496,7 +1494,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[])
if (!IsUnderPostmaster)
{
puts("\nPOSTGRES backend interactive interface ");
- puts("$Revision: 1.124 $ $Date: 1999/07/16 05:23:18 $\n");
+ puts("$Revision: 1.125 $ $Date: 1999/07/17 20:17:51 $\n");
}
/* ----------------
diff --git a/src/backend/tcop/pquery.c b/src/backend/tcop/pquery.c
index 6e08ed82fe6..6307f0cd6a3 100644
--- a/src/backend/tcop/pquery.c
+++ b/src/backend/tcop/pquery.c
@@ -7,11 +7,10 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.26 1999/07/16 04:59:55 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.27 1999/07/17 20:17:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
-#include <string.h>
#include "postgres.h"