[COMMITTERS] python - rc: Add 'GTX' to locals.

2006-07-16 Thread James William Pye
Log Message: --- Add 'GTX' to locals. This will be the standard way to access the Green Trunk connection object within *_python wrappers. Also, don't allow interspersed options; those will need to be fed to the script. Modified Files: -- rc/src: pg_python (r1.5 ->

[COMMITTERS] press - pr: Add initial whitepaper and build Makefile.

2006-07-16 Thread User Swm
Log Message: --- Add initial whitepaper and build Makefile. See README and TODO for more details. The whitepaper is written in latex and you will need the latex tools to build it. Added Files: --- pr/whitepapers/business_case: Makefile (r1.1) (http://cvs.pgfo

[COMMITTERS] press - pr: New Directory

2006-07-16 Thread User Swm
Update of /cvsroot/press/pr/whitepapers/business_case In directory pgfoundry.org:/tmp/cvs-serv97842/business_case Log Message: Directory /cvsroot/press/pr/whitepapers/business_case added to the repository ---(end of broadcast)--- TIP 4: Have you se

[COMMITTERS] press - pr: New Directory

2006-07-16 Thread User Swm
Update of /cvsroot/press/pr/whitepapers In directory pgfoundry.org:/tmp/cvs-serv97741/whitepapers Log Message: Directory /cvsroot/press/pr/whitepapers added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] python - be: That didn't work out too well.

2006-07-16 Thread James William Pye
Log Message: --- That didn't work out too well. Using a va arg function that way put us in an unhappy place. (freebsd/amd64; signal 11) There does not appear to be any code that puts that "feature" to use, so go ahead and just use a normal function. Modified Files: -- be/

[COMMITTERS] python - be: Implement Type.LookupByName.

2006-07-16 Thread James William Pye
Log Message: --- Implement Type.LookupByName. Ultimately depends on parseTypeString. While at it, add a missed trap as parseTypeString can certainly ereport out. Modified Files: -- be/src: type.c (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg

[COMMITTERS] pgsql: Improve psql's \df slash command to include the argument names

2006-07-16 Thread Neil Conway
Log Message: --- Improve psql's \df slash command to include the argument names and modes (OUT or INOUT) of the function. Patch from David Fetter, editorialization by Neil Conway. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.140 -> r1.141) (http://

[COMMITTERS] pgsql: Minor documentation tweak: in the tables of functions and

2006-07-16 Thread Neil Conway
Log Message: --- Minor documentation tweak: in the tables of functions and operators, don't include a space between the function name and the parenthesis that begins its parameter list, for consistency. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.326 -> r1.

[COMMITTERS] pgbuildfarm - client-code: ...

2006-07-16 Thread User Andrewd
Log Message: --- ... and fix the syntax Modified Files: -- client-code: run_build.pl (r1.63 -> r1.64) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.63&r2=1.64) ---(end of broadcast)-

[COMMITTERS] pgbuildfarm - client-code: remove ccache directory on failure, should

2006-07-16 Thread User Andrewd
Log Message: --- remove ccache directory on failure, should stop any persistent ccache errors use perl module calls for most file operations rather than calling out to the shell. Modified Files: -- client-code: run_build.pl (r1.62 -> r1.63) (http://cvs.p

[COMMITTERS] pgsql: Include libpq/pqcomm.h to ensure we have correct knowledge of

2006-07-16 Thread Tom Lane
Log Message: --- Include libpq/pqcomm.h to ensure we have correct knowledge of HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN. Per results of pgcheckdefines. Modified Files: -- pgsql/src/port: getaddrinfo.c (r1.24 -> r1.25) (http://developer.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: In a Windows backend, don't build src/port/pgsleep.c's version of

2006-07-16 Thread Tom Lane
Log Message: --- In a Windows backend, don't build src/port/pgsleep.c's version of pg_usleep at all. Instead call the replacement function in port/win32/signal.c by that name. Avoids tricky macro-redefinition logic and suppresses a compiler warning; furthermore it ensures that no one can

[COMMITTERS] pgsql: Ensure that we retry rather than erroring out when send() or

2006-07-16 Thread Tom Lane
Log Message: --- Ensure that we retry rather than erroring out when send() or recv() return EINTR; the stats code was failing to do this and so were a couple of places in the postmaster. The stats code assumed that recv() could not return EINTR if a preceding select() showed the socket to

[COMMITTERS] pgsql: Ensure that we retry rather than erroring out when send() or

2006-07-16 Thread Tom Lane
Log Message: --- Ensure that we retry rather than erroring out when send() or recv() return EINTR; the stats code was failing to do this and so were a couple of places in the postmaster. The stats code assumed that recv() could not return EINTR if a preceding select() showed the socket to

[COMMITTERS] pgsql: Ensure that we retry rather than erroring out when send() or

2006-07-16 Thread Tom Lane
Log Message: --- Ensure that we retry rather than erroring out when send() or recv() return EINTR; the stats code was failing to do this and so were a couple of places in the postmaster. The stats code assumed that recv() could not return EINTR if a preceding select() showed the socket to