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" : "",
+
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" :
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
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
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
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
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
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
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
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)
---
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
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
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
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)--
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
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
16 matches
Mail list logo