From: | sriggs(at)postgresql(dot)org (Simon Riggs) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Adjust comment in .history file to match recovery target |
Date: | 2010-03-19 11:05:15 |
Message-ID: | 20100319110515.26B157541D0@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Adjust comment in .history file to match recovery target specified. Comment
present since 8.0 was never fully meaningful, since two recovery targets
cannot be specified. Refactor recovery target type to make this change
and associated code easier to understand. No change in function.
Bug report arising from internal support question.
Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.382 -> r1.383)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.382&r2=1.383)
pgsql/src/include/access:
xlog.h (r1.103 -> r1.104)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.103&r2=1.104)
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2010-03-19 11:07:07 | Re: [COMMITTERS] pgsql: Introduce WAL records to log reuse of btree pages, allowing |
Previous Message | Simon Riggs | 2010-03-19 10:41:22 | pgsql: Reset btpo.xact following recovery of btree delete page. |