[COMMITTERS] pgsql: Update pgindent testing instructions.

2010-07-06 Thread Bruce Momjian
Log Message: --- Update pgindent testing instructions. Modified Files: -- pgsql/src/tools/pgindent: README (r1.40 -> r1.41) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/README?r1=1.40&r2=1.41) typedefs.list (r1.1 -> r1.2)

[COMMITTERS] pgsql: pgindent run for 9.0, second run

2010-07-06 Thread Bruce Momjian
Log Message: --- pgindent run for 9.0, second run Modified Files: -- pgsql/contrib/dblink: dblink.c (r1.98 -> r1.99) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.98&r2=1.99) pgsql/contrib/fuzzystrmatch: dmetaphone

[COMMITTERS] pgsql: Mention why one C file fails pgindent.

2010-07-06 Thread Bruce Momjian
Log Message: --- Mention why one C file fails pgindent. Modified Files: -- pgsql/src/tools/pgindent: README (r1.41 -> r1.42) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/README?r1=1.41&r2=1.42) -- Sent via pgsql-committers mailing li

[COMMITTERS] pgsql: Undo pgindent breakage (again).

2010-07-06 Thread Tom Lane
Log Message: --- Undo pgindent breakage (again). Per buildfarm. Modified Files: -- pgsql/src/backend/utils/mb: mbutils.c (r1.96 -> r1.97) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/mbutils.c?r1=1.96&r2=1.97) -- Sent via pgsql-co

[COMMITTERS] pgsql: Support setting the keepalive idle time on MacOS X.

2010-07-06 Thread Robert Haas
Log Message: --- Support setting the keepalive idle time on MacOS X. MacOS X uses TCP_KEEPALIVE rather than TCP_KEEPIDLE for this purpose. Thanks to Fujii Masao for the review. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.291 -> r1.292) (http://

Re: [COMMITTERS] pgsql: Mention why one C file fails pgindent.

2010-07-06 Thread Andrew Dunstan
Bruce Momjian wrote: Log Message: --- Mention why one C file fails pgindent. Modified Files: -- pgsql/src/tools/pgindent: README (r1.41 -> r1.42) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/README?r1=1.41&r2=1.42) Why not ad

[COMMITTERS] pgsql: Add note that using PL/Python 2 and 3 in the same session will

2010-07-06 Thread Peter Eisentraut
Log Message: --- Add note that using PL/Python 2 and 3 in the same session will probably crash Modified Files: -- pgsql/doc/src/sgml: plpython.sgml (r1.49 -> r1.50) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpython.sgml?r1=1.49&r2=1.50)

[COMMITTERS] pgsql: Accept slightly grotty coding in Makefile.global in order to keep

2010-07-06 Thread Tom Lane
Log Message: --- Accept slightly grotty coding in Makefile.global in order to keep the -L flag for src/port/ in front of any -L flags placed in LDFLAGS by configure. This undoes an L-flag-ordering change that I had thought would be safe, but seems to be making at least one buildfarm member

[COMMITTERS] pgsql: Make log_temp_files based on kB, and revert docs & comments to

2010-07-06 Thread Robert Haas
Log Message: --- Make log_temp_files based on kB, and revert docs & comments to match. Per extensive discussion on pgsql-hackers. We are deliberately not back-patching this even though the behavior of 8.3 and 8.4 is unquestionably broken, for fear of breaking existing users of this parame