From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
---|---|
To: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
Cc: | Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Re: [COMMITTERS] pgsql: Write a WAL record whenever we perform an operation without |
Date: | 2010-02-01 10:15:21 |
Message-ID: | 3f0b79eb1002010215k4d02c11k9d6c9601f22b5762@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Mon, Feb 1, 2010 at 6:58 PM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> if (XLogIsNeeded())
> {
> snprintf(reason, sizeof(reason), "heap inserts on \"%s\"",
> RelationGetRelationName(rel));
> XLogReportUnloggedStatement(reason);
> }
Oops!
Typo: XLogIsNeeded() --> !XLogIsNeeded()
Regards,
--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2010-02-01 10:27:15 | Re: Re: [COMMITTERS] pgsql: Write a WAL record whenever we perform an operation without |
Previous Message | Simon Riggs | 2010-02-01 10:14:56 | Re: [COMMITTERS] pgsql: Write a WAL record whenever we perform an operation without |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2010-02-01 10:27:15 | Re: Re: [COMMITTERS] pgsql: Write a WAL record whenever we perform an operation without |
Previous Message | Simon Riggs | 2010-02-01 10:14:56 | Re: [COMMITTERS] pgsql: Write a WAL record whenever we perform an operation without |