Commit 801a1acc authored by Tom Lane's avatar Tom Lane

Test program needs to declare MaxBackends, per Bernd Tegge.

parent 69a59150
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/tstsem.c,v 1.6 2001/10/25 05:49:40 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/tstsem.c,v 1.7 2001/11/11 22:12:00 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#define SEMMAX 16 #define SEMMAX 16
#define OPSMAX 1 #define OPSMAX 1
int MaxBackends = SEMMAX;
static int semid; static int semid;
static void static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment