pgsql/ rc/include/access/xlog.h rc/backend/acc ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ rc/include/access/xlog.h rc/backend/acc ...
Date: 2001-03-16 05:44:34
Message-ID: 200103160544.f2G5iYC76830@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/03/16 00:44:34

Modified files:
src/include/access: xlog.h
src/backend/access/transam: xlog.c
src/backend/utils/misc: guc.c postgresql.conf.sample
doc/src/sgml : wal.sgml runtime.sgml

Log message:
Support syncing WAL log to disk using either fsync(), fdatasync(),
O_SYNC, or O_DSYNC (as available on a given platform). Add GUC parameter
to control sync method.
Also, add defense to XLogWrite to prevent it from going nuts if passed
a target write position that's past the end of the buffers so far filled
by XLogInsert.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-03-16 13:03:04 pgsql/src/interfaces/odbc multibyte.c multibyte.h
Previous Message Tom Lane 2001-03-16 05:08:40 pgsql/contrib/pg_resetxlog pg_resetxlog.c