Re: [COMMITTERS] pgsql: Improve logging of checkpoints.

2007-07-01 Thread Heikki Linnakangas
Does this +/* + * Log start of a checkpoint. + */ +static void +LogCheckpointStart(int flags) +{ + elog(LOG, "checkpoint starting:%s%s%s%s%s%s", +(flags & CHECKPOINT_IS_SHUTDOWN) ? " shutdown" : "", +(flags & CHECKPOINT_IMMEDIATE) ? " immediate" : "", +

Re: [COMMITTERS] pgsql: Improve logging of checkpoints.

2007-07-01 Thread Heikki Linnakangas
Heikki Linnakangas wrote: Does this +/* + * Log start of a checkpoint. + */ +static void +LogCheckpointStart(int flags) +{ +elog(LOG, "checkpoint starting:%s%s%s%s%s%s", + (flags & CHECKPOINT_IS_SHUTDOWN) ? " shutdown" : "", + (flags & CHECKPOINT_IMMEDIATE) ? " immediate" :

[COMMITTERS] pgunittest - pgUnitTest: New Directory

2007-07-01 Thread User Pgunittest
Update of /cvsroot/pgunittest/pgUnitTest/exe In directory pgfoundry.org:/tmp/cvs-serv72166/exe Log Message: Directory /cvsroot/pgunittest/pgUnitTest/exe added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your friend

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-01 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/doc/org/pgfoundry/pgunittest/unittest/class-use: IntegerRangeTest.html (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/doc/org/pgfoundry/pgunittest/unittest/class-use/IntegerR

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-01 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/src/org/pgfoundry/pgunittest/exceptions: TestsException.java (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/exceptions/TestsException.java.diff?r

[COMMITTERS] pgsql: Avoid memory leakage when a series of subtransactions invoke

2007-07-01 Thread Tom Lane
Log Message: --- Avoid memory leakage when a series of subtransactions invoke AFTER triggers that are fired at end-of-statement (as is the normal case for foreign keys, for example). In this situation the per-subxact deferred trigger context is always empty when subtransaction exit is reac

[COMMITTERS] pgsql: Avoid memory leakage when a series of subtransactions invoke

2007-07-01 Thread Tom Lane
Log Message: --- Avoid memory leakage when a series of subtransactions invoke AFTER triggers that are fired at end-of-statement (as is the normal case for foreign keys, for example). In this situation the per-subxact deferred trigger context is always empty when subtransaction exit is reac

[COMMITTERS] pgsql: Treat the autovac launcher more like a regular backend, in that

2007-07-01 Thread Tom Lane
Log Message: --- Treat the autovac launcher more like a regular backend, in that we wait for it to die before telling the bgwriter to initiate shutdown checkpoint. Since it's connected to shared memory, this seems more prudent than the alternative of letting it quit asynchronously. Resolve

[COMMITTERS] pgsql: Reduce the maximum sleep interval in the autovac launcher to 1

2007-07-01 Thread Tom Lane
Log Message: --- Reduce the maximum sleep interval in the autovac launcher to 1 second, so that it responds to SIGQUIT reasonably promptly even on machines where SA_RESTART signals restart a sleep from scratch. (This whole area could stand some rethinking, but for now make it work like the

[COMMITTERS] pgsql: Add notes about configuring Visual Studio Express for use with

2007-07-01 Thread Magnus Hagander
Log Message: --- Add notes about configuring Visual Studio Express for use with the Platform SDK. Modified Files: -- pgsql/src/tools/msvc: README (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/README.diff?r1=1.5&r2=1.6) ---

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-01 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/usr/design: design.pdf (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/usr/design/design.pdf.diff?r1=1.1&r2=1.2) classes_diagram.png (r1.1 -> r1.2) (http://cv

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-01 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/usr/specs: specs.pdf (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/usr/specs/specs.pdf.diff?r1=1.2&r2=1.3) specs.odt (r1.1 -> r1.2) (http://cvs.pgfoundry.or

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-01 Thread User Pgunittest
Log Message: --- Removed Files: - pgUnitTest/usr/design: unittest.png (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/usr/design/unittest.png) usecases.png (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTe

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-01 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/exe: pgUnitTest.jar (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/exe/pgUnitTest.jar.diff?r1=1.2&r2=1.3) ---(end of broadcast)--

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-01 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/files/xml/pgunit: readonly.xml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/files/xml/pgunit/readonly.xml.diff?r1=1.1&r2=1.2) pgUnitTest/files/dict: dict.txt (r

[COMMITTERS] pgunittest - pgUnitTest:

2007-07-01 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/usr/help/tutorial: tutorial.pdf (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/usr/help/tutorial/tutorial.pdf.diff?r1=1.1&r2=1.2) Added Files: --- pgUnitTest/usr