[COMMITTERS] pgsql: This patch fixes a bug in the error message emitted by pg_restore

2005-04-29 Thread Neil Conway
Log Message: --- This patch fixes a bug in the error message emitted by pg_restore on an incorrect -F argument: write_msg() expects its first parameter to be a "module name", not the format string. Modified Files: -- pgsql/src/bin/pg_dump: pg_restore.c (r1.69 -> r1.

[COMMITTERS] pgbuildfarm - client-code: fix varname typo fix failure where parent

2005-04-29 Thread User Andrewd
Log Message: --- fix varname typo fix failure where parent of ccache dir does not exist - ccache will only build the last segment, so we call mkpath on the whole thing. Modified Files: -- client-code: run_build.pl (r1.23 -> r1.24) (http://cvs.pgfoundry.or

[COMMITTERS] pgsql: Backpatch BCC compile changes to 8.0.X for psql.

2005-04-29 Thread Bruce Momjian
Log Message: --- Backpatch BCC compile changes to 8.0.X for psql. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/psql: bcc32.mak (r1.12.4.1 -> r1.12.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/bcc32.mak.diff?r1=1.12.4.1&r

[COMMITTERS] pgsql: Backpatch BCC compile changes to 8.0.X for psql.

2005-04-29 Thread Bruce Momjian
Log Message: --- Backpatch BCC compile changes to 8.0.X for psql. Modified Files: -- pgsql/src/bin/psql: bcc32.mak (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/bcc32.mak.diff?r1=1.12&r2=1.13) command.c (r1.142 -> r

[COMMITTERS] pgsql: Improve cleanup from win32 client-only build.

2005-04-29 Thread Bruce Momjian
Log Message: --- Improve cleanup from win32 client-only build. Modified Files: -- pgsql/src/interfaces/libpq: Makefile (r1.132 -> r1.133) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.132&r2=1.133) bcc32.m

[COMMITTERS] pgsql: Improve cleanup from win32 client-only build.

2005-04-29 Thread Bruce Momjian
Log Message: --- Improve cleanup from win32 client-only build. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/libpq: Makefile (r1.126.4.3 -> r1.126.4.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?

Re: [COMMITTERS] pgsql: Backpatch BCC compile changes to 8.0.X for psql.

2005-04-29 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > startup.c (r1.113 -> r1.114) > > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c.diff?r1=1.113&r2=1.114) You probably just broke at least one Unix platform. My recollection is that "int optreset", not "extern in

[COMMITTERS] pgsql: Remove extern from optreset that was just added.

2005-04-29 Thread Bruce Momjian
Log Message: --- Remove extern from optreset that was just added. Modified Files: -- pgsql/src/bin/psql: startup.c (r1.114 -> r1.115) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c.diff?r1=1.114&r2=1.115) -

Re: [COMMITTERS] pgsql: Backpatch BCC compile changes to 8.0.X for psql.

2005-04-29 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > startup.c (r1.113 -> r1.114) > > > > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c.diff?r1=1.113&r2=1.114) > > You probably just broke at least one Unix platform. My recollection is > that

[COMMITTERS] python - be: Add high and low attributes for boxes and A, B, and C

2005-04-29 Thread James William Pye
Log Message: --- Add high and low attributes for boxes and A, B, and C attributes for the apparently unimplemented line type... Modified Files: -- be/src: object.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/object.c.diff?r1=1.

[COMMITTERS] pgsql: Restructure LOCKTAG as per discussions of a couple months ago.

2005-04-29 Thread Tom Lane
Log Message: --- Restructure LOCKTAG as per discussions of a couple months ago. Essentially, we shoehorn in a lockable-object-type field by taking a byte away from the lockmethodid, which can surely fit in one byte instead of two. This allows less artificial definitions of all the other fi

[COMMITTERS] python - web: Remove the rather ambiguous reference to "various

2005-04-29 Thread James William Pye
Log Message: --- Remove the rather ambiguous reference to "various interfaces" and cite the single-dimensional support. Modified Files: -- web/src/documentation/content/xdocs/project: be.xml (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python

[COMMITTERS] python - lo: Alter name and version to be appropriate for sdist

2005-04-29 Thread James William Pye
Log Message: --- Alter name and version to be appropriate for sdist Modified Files: -- lo: setup.py (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/setup.py.diff?r1=1.5&r2=1.6) ---(end of broadcast)

[COMMITTERS] python - me: Make name and version more suitable for sdist

2005-04-29 Thread James William Pye
Log Message: --- Make name and version more suitable for sdist Modified Files: -- me: setup.py (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/me/setup.py.diff?r1=1.2&r2=1.3) ---(end of broadcast)-

[COMMITTERS] python - ex: Make name and version sdist friendly.

2005-04-29 Thread James William Pye
Log Message: --- Make name and version sdist friendly. Modified Files: -- ex: setup.py (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/setup.py.diff?r1=1.2&r2=1.3) ---(end of broadcast)-

[COMMITTERS] python - be: Make name and version sdist friendly.

2005-04-29 Thread James William Pye
Log Message: --- Make name and version sdist friendly. Modified Files: -- be: setup.py (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.py.diff?r1=1.8&r2=1.9) ---(end of broadcast)-

[COMMITTERS] python - web: Add the yet-to-exist project/ip and mention it in the

2005-04-29 Thread James William Pye
Log Message: --- Add the yet-to-exist project/ip and mention it in the various places. Modified Files: -- web/src/documentation: skinconf.xml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/web/src/documentation/skinconf.xml.diff?r1=1.2&r

[COMMITTERS] python - web: Give explicit authorization to use any of the works under

2005-04-29 Thread James William Pye
Log Message: --- Give explicit authorization to use any of the works under the BSD, MIT, or Fair licenses. Modified Files: -- web/src/documentation/content/xdocs: license.xml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/web/src/docume

[COMMITTERS] python - be: Be sure give the caller a reference.

2005-04-29 Thread James William Pye
Log Message: --- Be sure give the caller a reference. Modified Files: -- be/src: utils.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/utils.c.diff?r1=1.5&r2=1.6) ---(end of broadcast)

[COMMITTERS] python - web: Add the "Quick Start" for some wanna-be documentation.

2005-04-29 Thread James William Pye
Log Message: --- Add the "Quick Start" for some wanna-be documentation. Modified Files: -- web/src/documentation/content/xdocs: site.xml (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/web/src/documentation/content/xdocs/site.xml.diff?r1=

Re: [COMMITTERS] pgsql: Improve cleanup from win32 client-only build.

2005-04-29 Thread Neil Conway
Bruce Momjian wrote: Improve cleanup from win32 client-only build. Why does the 8.0 backport not include this change, which was made to HEAD? http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak.diff?r1=1.16&r2=1.17 -Neil ---(end of broadcast)-

[COMMITTERS] pgsql: Update FAQ.

2005-04-29 Thread Bruce Momjian
Log Message: --- Update FAQ. Modified Files: -- pgsql/doc: FAQ (r1.347 -> r1.348) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.347&r2=1.348) pgsql/doc/src/FAQ: FAQ.html (r1.304 -> r1.305) (http://developer.postgre

[COMMITTERS] pgsql: Update replication FAQ.

2005-04-29 Thread Bruce Momjian
Log Message: --- Update replication FAQ. Christopher Browne Modified Files: -- pgsql/doc: FAQ (r1.346 -> r1.347) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.346&r2=1.347) pgsql/doc/src/FAQ: FAQ.html (r1.303 -> r1.304)

Re: [COMMITTERS] pgsql: Improve cleanup from win32 client-only build.

2005-04-29 Thread Bruce Momjian
Thanks, fixed. --- Neil Conway wrote: > Bruce Momjian wrote: > > Improve cleanup from win32 client-only build. > > Why does the 8.0 backport not include this change, which was made to HEAD? > > http://developer.postgresql.

[COMMITTERS] pgsql: Fix BCC to not define compiler location.

2005-04-29 Thread Bruce Momjian
Log Message: --- Fix BCC to not define compiler location. Modified Files: -- pgsql/src/interfaces/libpq: bcc32.mak (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak.diff?r1=1.17&r2=1.18) -