[PATCHES] pre-vcbuild win32 install docs incorrect

2007-02-02 Thread Magnus Hagander
This patch fixes a really bad recommendation that's not been removed from the client-only installation instructions. We removed this recommendation as of 8.1, but it's still included in the documentation :-( Please consider back-patching this into the 8.1 and 8.2 version of the documentation, as i

[PATCHES] vcbuild install

2007-02-02 Thread Magnus Hagander
This patch changes the installscript for vcbuild to actually parse the generated solution files for what to install, instead of blindly copying everything as it previously did. With the previous quick-n-dirty version, it would copy old DLLs if you reconfigured in a way that didn't include subprojec

Re: [PATCHES] pg_standby

2007-02-02 Thread Simon Riggs
On Thu, 2007-02-01 at 15:14 -0500, Doug Knight wrote: > Quick question on the -w option; setting it to zero "disables", do you > mean it waits until the file appears or a trigger file appears, or it > just doesn't wait at all? It means it waits forever, or until a trigger file appears - but a tri

Re: [PATCHES] pg_standby

2007-02-02 Thread Doug Knight
Not at all, in fact I was planning on using the infinite wait, and using something like heartbeat to force creation of the trigger file in the event the primary dies. Thanks Simon! Doug On Fri, 2007-02-02 at 14:38 +, Simon Riggs wrote: > On Thu, 2007-02-01 at 15:14 -0500, Doug Knight wrote: >

Re: [PATCHES] Enums patch v2

2007-02-02 Thread Neil Conway
On Thu, 2007-02-01 at 22:50 -0500, Bruce Momjian wrote: > Where are we on this? I can commit to reviewing this. The patch looked fairly solid on a quick glance through, but I won't have the cycles to review it properly for a week or two. -Neil ---(end of broadcast)-

Re: [PATCHES] pre-vcbuild win32 install docs incorrect

2007-02-02 Thread Neil Conway
On Fri, 2007-02-02 at 10:12 +0100, Magnus Hagander wrote: > This patch fixes a really bad recommendation that's not been removed > from the client-only installation instructions. We removed this > recommendation as of 8.1, but it's still included in the documentation :-( > > Please consider back-p

Re: [PATCHES] vcbuild install

2007-02-02 Thread Neil Conway
On Fri, 2007-02-02 at 12:16 +0100, Magnus Hagander wrote: > This patch changes the installscript for vcbuild to actually parse the > generated solution files for what to install, instead of blindly copying > everything as it previously did. Applied, thanks for the patch. -Neil

Re: [PATCHES] pre-vcbuild win32 install docs incorrect

2007-02-02 Thread Magnus Hagander
Neil Conway wrote: > On Fri, 2007-02-02 at 10:12 +0100, Magnus Hagander wrote: >> This patch fixes a really bad recommendation that's not been removed >> from the client-only installation instructions. We removed this >> recommendation as of 8.1, but it's still included in the documentation :-( >>

Re: [PATCHES] pre-vcbuild win32 install docs incorrect

2007-02-02 Thread Bruce Momjian
Magnus Hagander wrote: > Neil Conway wrote: > > On Fri, 2007-02-02 at 10:12 +0100, Magnus Hagander wrote: > >> This patch fixes a really bad recommendation that's not been removed > >> from the client-only installation instructions. We removed this > >> recommendation as of 8.1, but it's still incl

Re: [PATCHES] pre-vcbuild win32 install docs incorrect

2007-02-02 Thread Magnus Hagander
*** doc\src\sgml/install-win32.sgml16 Sep 2006 00:30:14 - 1.29 --- doc\src\sgml/install-win32.sgml2 Feb 2007 09:07:48 - >>> Please don't do this :) >> You know, I wish I didn't have to ;-) Unfortunately, the only way for me >> to create a patch offline (

Re: [PATCHES] pre-vcbuild win32 install docs incorrect

2007-02-02 Thread Andrew Dunstan
Magnus Hagander wrote: *** doc\src\sgml/install-win32.sgml 16 Sep 2006 00:30:14 - 1.29 --- doc\src\sgml/install-win32.sgml 2 Feb 2007 09:07:48 - Please don't do this :) You know, I wish I didn't have to ;-) Unfortunately, the only way for me to create a patch o

Re: [PATCHES] pre-vcbuild win32 install docs incorrect

2007-02-02 Thread Magnus Hagander
Andrew Dunstan wrote: > Magnus Hagander wrote: *** doc\src\sgml/install-win32.sgml16 Sep 2006 00:30:14 - 1.29 --- doc\src\sgml/install-win32.sgml2 Feb 2007 09:07:48 - >>> Please don't do this :) >>> >> >> You know, I wish I didn't have to ;-) Unfor

Re: [PATCHES] pre-vcbuild win32 install docs incorrect

2007-02-02 Thread Andrew Dunstan
Magnus Hagander wrote: I'm not sure what offline has to do with it. Having a braindead client that you can't tell to use forward slashes seems more like the cause. CVS clients for Cygwin or MSys don't have this defect, that I know of. My cvs client only has this problem when it's talking t

[PATCHES] Re: [pgsql-patches] [GENERAL] Corrupt database? 8.1/FreeBSD6.0

2007-02-02 Thread Bruce Momjian
What is the status of this patch? --- Alvaro Herrera wrote: > Tom Lane wrote: > > Alvaro Herrera <[EMAIL PROTECTED]> writes: > > > > Maybe we could forcibly activate the freeze mode on a template database? > > > > Might no

Re: [PATCHES] Re: [pgsql-patches] [GENERAL] Corrupt database? 8.1/FreeBSD6.0

2007-02-02 Thread Joshua D. Drake
Bruce Momjian wrote: > What is the status of this patch? Alvaro is currently out of town. He should be able to provide more info next week. Sincerely, Joshua D. Drake > > --- > > Alvaro Herrera wrote: >> Tom Lane wrote: >

Re: [PATCHES] [HACKERS] unixware and --with-ldap

2007-02-02 Thread Bruce Momjian
Patch attached and applied. Sorry for the delay. Backpatched to 8.2.X. --- Albe Laurenz wrote: > >>> If libldap_r.so does require the same libs, please add > $EXTRA_LDAP_LIBS > >>> to the 'LDAP_LIBS_FE="-lldap_r"' line as w

Re: [PATCHES] [HACKERS] writing new regexp functions

2007-02-02 Thread Jeremy Drake
On Fri, 2 Feb 2007, David Fetter wrote: > On Fri, Feb 02, 2007 at 08:56:31PM -0500, Tom Lane wrote: > > > > All of SQL's pattern match operators have the pattern on the right, > > so my advice is to stick with that and try not to think about Perl > > ;-) > > Perl provides inspiration, but here, co