Re: [HACKERS] obsolete comments in xlog.c

2010-06-02 Thread Heikki Linnakangas
On 02/06/10 10:39, Fujii Masao wrote: I found some obsolete comments in xlog.c, which are related to recently-deleted variable "fromArchive". Thanks, committed. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresq

[HACKERS] obsolete comments in xlog.c

2010-06-02 Thread Fujii Masao
Hi, I found some obsolete comments in xlog.c, which are related to recently-deleted variable "fromArchive". diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index c886571..65675b9 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xl