Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 801a1ac

Browse files
committed
Test program needs to declare MaxBackends, per Bernd Tegge.
1 parent 69a5915 commit 801a1ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/port/qnx4/tstsem.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/tstsem.c,v 1.6 2001/10/25 05:49:40 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/tstsem.c,v 1.7 2001/11/11 22:12:00 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -26,6 +26,8 @@
2626
#define SEMMAX 16
2727
#define OPSMAX 1
2828

29+
int MaxBackends = SEMMAX;
30+
2931
static int semid;
3032

3133
static void

0 commit comments

Comments
 (0)