From 32924c1c9048a4dbd99f2cfedbd3128b50968c14 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 23 Mar 2001 18:26:01 +0000 Subject: Mark exception and assert global variables as DLLIMPORT, so that plpgsql can be compiled with asserts enabled on Windoze. --- src/backend/tcop/postgres.c | 6 +++--- 1 file changed, 3 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 b62b41356bc..a98bbc9324e 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.214 2001/03/22 06:16:17 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.215 2001/03/23 18:26:01 tgl Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -87,7 +87,7 @@ CommandDest whereToSendOutput = Debug; static bool dontExecute = false; /* note: these declarations had better match tcopprot.h */ -DLLIMPORT sigjmp_buf Warn_restart; +sigjmp_buf Warn_restart; bool Warn_restart_ready = false; bool InError = false; @@ -1703,7 +1703,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.214 $ $Date: 2001/03/22 06:16:17 $\n"); + puts("$Revision: 1.215 $ $Date: 2001/03/23 18:26:01 $\n"); } /* -- cgit v1.2.3