pgsql: Move example of turning off synchronous_commit to a more logical - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Move example of turning off synchronous_commit to a more logical
Date
Msg-id 20080202232912.9D234754108@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Move example of turning off synchronous_commit to a more logical place,
to wit in the description of that variable rather than some other one.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.163 -> r1.164)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.163&r2=1.164)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix WaitOnLock() to ensure that the process's "waiting" flag is
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Minor wordsmithing in release notes' description of asynchronous