Re: [HACKERS] typos in HS source code comment

2010-08-13 Thread Robert Haas
On Thu, Aug 12, 2010 at 9:37 PM, Fujii Masao wrote: > Before 9.0, since xact_redo_commit always calls TransactionIdCommitTree, > TransactionIdSetStatusBit always receives InvalidXLogRecPtr. In 9.0, > xact_redo_commit calls TransactionIdCommitTree only when hot standby is > disabled. OTOH, when hot

Re: [HACKERS] typos in HS source code comment

2010-08-12 Thread Fujii Masao
On Fri, Aug 13, 2010 at 8:28 AM, Robert Haas wrote: > I've committed all of this except for the following, which I'm not > certain is correct: Thanks for the commit. > --- a/src/backend/access/transam/clog.c > +++ b/src/backend/access/transam/clog.c > @@ -355,10 +355,10 @@ TransactionIdSetStatus

Re: [HACKERS] typos in HS source code comment

2010-08-12 Thread Robert Haas
On Thu, Aug 12, 2010 at 5:02 AM, Fujii Masao wrote: > When I was enjoying reading the HS source code, > I found some typos. Attached patch fixes them. I've committed all of this except for the following, which I'm not certain is correct: --- a/src/backend/access/transam/clog.c +++ b/src/backend/

[HACKERS] typos in HS source code comment

2010-08-12 Thread Fujii Masao
Hi, When I was enjoying reading the HS source code, I found some typos. Attached patch fixes them. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center hs_typo_v1.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hacke