[COMMITTERS] pgsql: Need more dependencies to get the build order right when

2008-02-26 Thread Peter Eisentraut
Log Message: --- Need more dependencies to get the build order right when objfiles.txt doesn't exist yet. Modified Files: -- pgsql/src/backend: common.mk (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/common.mk?r1=1.3&r2=1.4)

[COMMITTERS] pginstaller - pginst: Fix two Vista issues found recently: Fix 1 *****

2008-02-26 Thread User Dpage
Log Message: --- Fix two Vista issues found recently: Fix 1 * Per http://blogs.msdn.com/astebner/archive/2007/01/09/problems-with-custom-actions-that-depend-on-the-visual-c-8-0-runtime-files-on-windows-vista.aspx On a Vista machine without the VC++ runtimes preinstalled, initdb will

[COMMITTERS] pginstaller - pginst: Don't enable the debugger plugin by default.

2008-02-26 Thread User Dpage
Log Message: --- Don't enable the debugger plugin by default. Modified Files: -- pginst/wxs: pginst.wxs (r1.228 -> r1.229) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.228&r2=1.229) ---(en

[COMMITTERS] pgsql: Reorganize some of the exports list generation code.

2008-02-26 Thread Peter Eisentraut
Log Message: --- Reorganize some of the exports list generation code. It seems that this has been reinvented about four different times throughout history (aix, cygwin, win32, darwin/linux) and a lot of the concepts are actually shared, which the code now shows better. Modified Files: ---

[COMMITTERS] pginstaller - pginst: Don't enable the debugger plugin by default.

2008-02-26 Thread User Dpage
Log Message: --- Don't enable the debugger plugin by default. Tags: REL8_3_STABLE Modified Files: -- pginst/wxs: pginst.wxs (r1.225.2.2 -> r1.225.2.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.225.2.2&r2=

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-02-26 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Rnd/src/include/pgut/unittests: pguTestVariable.h (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/include/pgut/unittests/pguTestVariable.h.diff?r1=1.4&r2=1.5)

[COMMITTERS] pgsql: Escape # character in variable assignment

2008-02-26 Thread Peter Eisentraut
Log Message: --- Escape # character in variable assignment Modified Files: -- pgsql/src: Makefile.shlib (r1.110 -> r1.111) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib?r1=1.110&r2=1.111) ---(end of broadcast)

[COMMITTERS] pginstaller - pginst: Fix two Vista issues found recently: Fix 1 *****

2008-02-26 Thread User Dpage
Log Message: --- Fix two Vista issues found recently: Fix 1 * Per http://blogs.msdn.com/astebner/archive/2007/01/09/problems-with-custom-actions-that-depend-on-the-visual-c-8-0-runtime-files-on-windows-vista.aspx On a Vista machine without the VC++ runtimes preinstalled, initdb will

[COMMITTERS] pgsql: Create two separate libpq.rc's: One that is built at build time,

2008-02-26 Thread Peter Eisentraut
Log Message: --- Create two separate libpq.rc's: One that is built at build time, and one that is shipped in the distribution, named libpq-dist.rc. This way the build system doesn't get upset when a distributed file is forcibly overwritten by during a normal build. Modified Files: ---

[COMMITTERS] pgsql: Fix uninstall target.

2008-02-26 Thread Peter Eisentraut
Log Message: --- Fix uninstall target. Modified Files: -- pgsql/src/interfaces/ecpg/include: Makefile (r1.31 -> r1.32) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/Makefile?r1=1.31&r2=1.32) ---(end o

[COMMITTERS] pgsql: Fix uninstall target.

2008-02-26 Thread Peter Eisentraut
Log Message: --- Fix uninstall target. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/include: Makefile (r1.31 -> r1.31.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/Makefile?r1=1.31&r2=1.31.2.1)

[COMMITTERS] pgsql: Fix uninstall target.

2008-02-26 Thread Peter Eisentraut
Log Message: --- Fix uninstall target. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/include: Makefile (r1.30 -> r1.30.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/Makefile?r1=1.30&r2=1.30.2.1)

[COMMITTERS] pgsql: Don't build the win32 support files in the all target, only in

2008-02-26 Thread Peter Eisentraut
Log Message: --- Don't build the win32 support files in the all target, only in distprep and when they are actually needed as prerequisites. Modified Files: -- pgsql/src: Makefile.shlib (r1.112 -> r1.113) (http://developer.postgresql.org/cvsweb.cgi/pgsql/sr

[COMMITTERS] pgsql: Add information about format modifiers that apply to numeric

2008-02-26 Thread Peter Eisentraut
Log Message: --- Add information about format modifiers that apply to numeric formats. These were previously only documented in the context of date/time formats. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.419 -> r1.420) (http://developer.postgresq

[COMMITTERS] pgsql: In the SSH setup instructions, change ssh -L 3333:foo.com:5432

2008-02-26 Thread Peter Eisentraut
Log Message: --- In the SSH setup instructions, change ssh -L :foo.com:5432 [EMAIL PROTECTED] I think this should be changed to ssh -L :localhost:5432 [EMAIL PROTECTED] The reason is that this assumes the postgres server on foo.com allows connections from foo.com, which is not

Re: [COMMITTERS] pgsql: Don't build the win32 support files in the all target, only in

2008-02-26 Thread Andrew Dunstan
This appears to have broken Win32 Mingw builds - see http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dawn_bat&dt=2008-02-26%2007:00:01 cheers andrew Peter Eisentraut wrote: Log Message: --- Don't build the win32 support files in the all target, only in distprep and when they are

[COMMITTERS] pgunittest - pgUnitTest_Rnd:

2008-02-26 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest_Rnd/src/include/pgut/objects: pguObjects.h (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest_Rnd/src/include/pgut/objects/pguObjects.h.diff?r1=1.2&r2=1.3) pguVariable.h

[COMMITTERS] pgsql: Add more clarification about SSH tunnels from Faheem Mitha.

2008-02-26 Thread Peter Eisentraut
Log Message: --- Add more clarification about SSH tunnels from Faheem Mitha. Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.408 -> r1.409) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml?r1=1.408&r2=1.409) -

[COMMITTERS] textsearch-ja - textsearch-ja: Fix testing script and add mention to

2008-02-26 Thread User Itagaki
Log Message: --- Fix testing script and add mention to mecab 0.97. Modified Files: -- textsearch-ja: README.textsearch_ja (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/README.textsearch_ja.diff?r1=1.4&r2=1.5) te

Re: [COMMITTERS] pgsql: Don't build the win32 support files in the all target, only in

2008-02-26 Thread Hiroshi Saito
Oops, and need this patch.. please check it. make[2]: Entering directory `/home/hiroshi/pgsql/src/timezone' make[2]: *** No rule to make target `|', needed by `objfiles.txt'. Stop. make[2]: Leaving directory `/home/hiroshi/pgsql/src/timezone' make[1]: *** [all] Error 2 make[1]: Leaving directory