aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/connect.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2007-01-12 10:00:14 +0000
committerMichael Meskes <meskes@postgresql.org>2007-01-12 10:00:14 +0000
commitb8f611cf4b119d49dc28b58d610c9d0a5fa5cde7 (patch)
treeef6665a154105fa3fe19ef5a773e1787e9898c5f /src/interfaces/ecpg/ecpglib/connect.c
parent97903c3d94b6d6ce089c90c34c1000653007b020 (diff)
downloadpostgresql-b8f611cf4b119d49dc28b58d610c9d0a5fa5cde7.tar.gz
postgresql-b8f611cf4b119d49dc28b58d610c9d0a5fa5cde7.zip
Simplified regression handling
Added patch by Joachim to work around OpenBSD bug in regression suite.
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/connect.c')
-rw-r--r--src/interfaces/ecpg/ecpglib/connect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/ecpglib/connect.c b/src/interfaces/ecpg/ecpglib/connect.c
index b3cfd80bdc9..369c92f48ad 100644
--- a/src/interfaces/ecpg/ecpglib/connect.c
+++ b/src/interfaces/ecpg/ecpglib/connect.c
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/connect.c,v 1.38 2007/01/11 15:47:33 meskes Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/connect.c,v 1.39 2007/01/12 10:00:12 meskes Exp $ */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
@@ -19,7 +19,6 @@ static pthread_once_t actual_connection_key_once = PTHREAD_ONCE_INIT;
#endif
static struct connection *actual_connection = NULL;
static struct connection *all_connections = NULL;
-extern int ecpg_internal_regression_mode;
#ifdef ENABLE_THREAD_SAFETY
static void