Helps if I attach the patch...


---------- Forwarded message ----------
Date: Sun, 25 Aug 2002 14:36:19 +0100 (BST)
From: Nigel J. Andrews <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: A configure.in patch check



Would someone apply the attached patch to the development source and let me
know if the autoconf step fails or works. I've only got autoconf 2.13 available
and the file needs 2.53 apparently. If it works could I also have a copy of the
resulting configure script, or patch, please.

For the record, this is related to reserving the last few backend slots for the
superuser and I just need to test what I've done.


TIA


-- 
Nigel J. Andrews
Director

---
Logictree Systems Limited
Computer Consultants

Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pgsql-server/configure.in,v
retrieving revision 1.197
diff -c -r1.197 configure.in
*** configure.in        2002/08/22 22:43:08     1.197
--- configure.in        2002/08/25 13:31:31
***************
*** 213,218 ****
--- 213,230 ----
  
  
  #
+ # Number of connections reserved for superuser (--with-reservedbackends), default 2
+ #
+ AC_MSG_CHECKING([for default superuser reserved number of connections])
+ PGAC_ARG_REQ(with, reservedbackends, [  --with-reservedbackends=N    set default 
+superuser reserved number of connections [2]],
+              [],
+              [with_reservedbackends=2])
+ AC_MSG_RESULT([$with_reservedbackends])
+ AC_DEFINE_UNQUOTED([DEF_RESERVEDBACKENDS], [$with_reservedbackends],
+                    [The default number of concurrent connection slots reserved for 
+superusers only])
+ 
+ 
+ #
  # Option to disable shared libraries
  #
  PGAC_ARG_BOOL(enable, shared, yes,

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to