[COMMITTERS] pgsql: Change shell syntax that seems not to work right on FreeBSD

2005-06-19 Thread Tom Lane
Log Message: --- Change shell syntax that seems not to work right on FreeBSD 6-CURRENT buildfarm machines. Modified Files: -- pgsql/src/test/regress: pg_regress.sh (r1.55 -> r1.56) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regres

[COMMITTERS] pgsql: Add lock file contents printout to "can't happen" case to help

2005-06-19 Thread Tom Lane
Log Message: --- Add lock file contents printout to "can't happen" case to help investigate buildfarm failures. Modified Files: -- pgsql/src/backend/utils/init: miscinit.c (r1.141 -> r1.142) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/util

[COMMITTERS] pgsql: Trivial code clarity improvement to UpdateStats(); no functional

2005-06-19 Thread Neil Conway
Log Message: --- Trivial code clarity improvement to UpdateStats(); no functional change. Modified Files: -- pgsql/src/backend/catalog: index.c (r1.256 -> r1.257) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/index.c.diff?r1=1.256&r2

[COMMITTERS] pgsql: Fix bogus assumption that sizeof() produces an int-sized result.

2005-06-19 Thread Tom Lane
Log Message: --- Fix bogus assumption that sizeof() produces an int-sized result. Modified Files: -- pgsql/contrib/tsearch2: gistidx.c (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/gistidx.c.diff?r1=1.7&r2=1.8) -

[COMMITTERS] pgsql: Minor documentation update for RAISE expression patch.

2005-06-19 Thread Neil Conway
Log Message: --- Minor documentation update for RAISE expression patch. Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.72 -> r1.73) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.72&r2=1.73) -

[COMMITTERS] pgsql: Avoid unnecessary palloc overhead in _bt_first().

2005-06-19 Thread Tom Lane
Log Message: --- Avoid unnecessary palloc overhead in _bt_first(). The temporary scankeys arrays that it needs can never have more than INDEX_MAX_KEYS entries, so it's reasonable to just allocate them as fixed-size local arrays, and save the cost of palloc/pfree. Not a huge savings, but a

[COMMITTERS] pgsql: Need #include on some platforms.

2005-06-19 Thread Tom Lane
Log Message: --- Need #include on some platforms. Modified Files: -- pgsql/src/backend/access/transam: twophase.c (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c.diff?r1=1.5&r2=1.6) --

[COMMITTERS] pgsql: Simplify uses of readdir() by creating a function ReadDir() that

2005-06-19 Thread Tom Lane
Log Message: --- Simplify uses of readdir() by creating a function ReadDir() that includes error checking and an appropriate ereport(ERROR) message. This gets rid of rather tedious and error-prone manipulation of errno, as well as a Windows-specific bug workaround, at more than a dozen call

[COMMITTERS] python - be: Cleanup and temporary work-around for pg.util.config.

2005-06-19 Thread James William Pye
Log Message: --- Cleanup and temporary work-around for pg.util.config. Modified Files: -- be: setup.py (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.py.diff?r1=1.13&r2=1.14) ---(end of broadcast)-

[COMMITTERS] python - be: Call the expectation with the object as the argument set if

2005-06-19 Thread James William Pye
Log Message: --- Call the expectation with the object as the argument set if it is a composite or an array. (Actually identify resultinfo as an RSI instead of assuming it to be.) Modified Files: -- be/include/pypg/call: pl.h (r1.5 -> r1.6) (http://cvs.pgfou

[COMMITTERS] python - be: Actually identify the resultinfo node as ReturnSetInfo, and

2005-06-19 Thread James William Pye
Log Message: --- Actually identify the resultinfo node as ReturnSetInfo, and use ecxt_per_query_memory for VPC SRF returns.(?) Modified Files: -- be/src: pl.c (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.16&r2=1

[COMMITTERS] pgsql: Arrange to fsync two-phase-commit state files only during

2005-06-19 Thread Tom Lane
Log Message: --- Arrange to fsync two-phase-commit state files only during checkpoints; given reasonably short lifespans for prepared transactions, this should mean that only a small minority of state files ever need to be fsynced at all. Per discussion with Heikki Linnakangas. Modified F

[COMMITTERS] python - be: Minor cleanups.

2005-06-19 Thread James William Pye
Log Message: --- Minor cleanups. Modified Files: -- be/src/call: function.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/call/function.c.diff?r1=1.5&r2=1.6) be/src: utils.c (r1.9 -> r1.10) (http://cvs.pgfoun

[COMMITTERS] pgbuildfarm - client-code: default use_vpath to false

2005-06-19 Thread User Andrewd
Log Message: --- default use_vpath to false Modified Files: -- client-code: build-farm.conf (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-farm.conf.diff?r1=1.9&r2=1.10) ---(end of broadc

[COMMITTERS] pgbuildfarm - client-code: additions for mail events

2005-06-19 Thread User Andrewd
Log Message: --- additions for mail events Modified Files: -- client-code: build-farm.conf (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-farm.conf.diff?r1=1.8&r2=1.9) ---(end of broadcast

[COMMITTERS] python - be: Fix handling of composite types (rendering instances).

2005-06-19 Thread James William Pye
Log Message: --- Fix handling of composite types (rendering instances). Also, if type_call gets a instance of the type as args, just return it. This is handles a low-level case where the function may receive a composite or array instance as args, instead of the usual Python tuple. (This is

[COMMITTERS] python - be: Default free to false.

2005-06-19 Thread James William Pye
Log Message: --- Default free to false. (HeapTuple_FromTupleDescAndPySequence seems broken, and the From-Iterable variant seems more general, so it is likely that From-Sequence will simply be removed) Modified Files: -- be/src: tif.c (r1.7 -> r1.8) (http:/

[COMMITTERS] python - be: Add IsArray macro.

2005-06-19 Thread James William Pye
Log Message: --- Add IsArray macro. (Doesn't check if it's a "real" array) Modified Files: -- be/include/pypg: type.h (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/type.h.diff?r1=1.6&r2=1.7) ---(

[COMMITTERS] python - be: Explicitly set the appropriate type id in the Datum Tuple.

2005-06-19 Thread James William Pye
Log Message: --- Explicitly set the appropriate type id in the Datum Tuple. Modified Files: -- be/src: object.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/object.c.diff?r1=1.8&r2=1.9) ---(end of broadc

[COMMITTERS] python - be: Ignore dot files.

2005-06-19 Thread James William Pye
Log Message: --- Ignore dot files. Modified Files: -- be/test: regress.py (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/regress.py.diff?r1=1.2&r2=1.3) ---(end of broadcast)--- TIP

[COMMITTERS] pgsql: Add comment about \# in bcc makefiles.

2005-06-19 Thread Bruce Momjian
Log Message: --- Add comment about \# in bcc makefiles. Modified Files: -- pgsql/src/bin/psql: bcc32.mak (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/bcc32.mak.diff?r1=1.13&r2=1.14) ---(end of broa

[COMMITTERS] pgsql: Add comment about \# in bcc makefiles.

2005-06-19 Thread Bruce Momjian
Log Message: --- Add comment about \# in bcc makefiles. Modified Files: -- pgsql/src/interfaces/libpq: bcc32.mak (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak.diff?r1=1.18&r2=1.19) ---

[COMMITTERS] pgsql: Cleanup for Win32 compile.

2005-06-19 Thread Bruce Momjian
Log Message: --- Cleanup for Win32 compile. Andreas Pflug Modified Files: -- pgsql/src/bin/psql: win32.mak (r1.27 -> r1.28) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/win32.mak.diff?r1=1.27&r2=1.28) pgsql/src/interfaces/libpq:

[COMMITTERS] uri - uri:

2005-06-19 Thread User Applejack
Log Message: --- Added Files: --- uri: AUTHORS (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/AUTHORS?rev=1.1&content-type=text/x-cvsweb-markup) COPYING (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/COPYING?rev=1.1&c