pgsql-server: Add a comment about why we always replay backup blocks

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Add a comment about why we always replay backup blocks
Date: 2004-08-08 03:22:21
Message-ID: 20040808032221.269455E46C8@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a comment about why we always replay backup blocks from WAL.

Modified Files:
--------------
pgsql-server/src/backend/access/transam:
xlog.c (r1.156 -> r1.157)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/xlog.c.diff?r1=1.156&r2=1.157)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-08 03:51:33 pgsql-server: Remove xstrdup and friends who were only called once.
Previous Message Bruce Momjian 2004-08-08 03:21:50 pgsql-server: Fix Win32 pg_dumpall, with help from Claudio.