pgsql: Even though I'd like to see full_page_writes go away before 8.1,

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Even though I'd like to see full_page_writes go away before 8.1,
Date: 2005-07-08 04:07:27
Message-ID: 20050708040727.382E952A97@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Even though I'd like to see full_page_writes go away before 8.1,
a minimum requirement is that it not completely break the system
meanwhile. Put the test in the right place.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.207 -> r1.208)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.207&r2=1.208)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-07-08 04:12:28 pgsql: Remove some dead code for handling XLOG_DBASE_CREATE_OLD and
Previous Message Bruce Momjian 2005-07-08 02:44:42 pgsql: Done: > * -Prevent dropping user that still owns objects, or