Re: [HACKERS] Typo in the comment above heap_prepare_freeze_tuple()

2015-12-20 Thread Amit Langote
On 2015/12/19 2:05, Robert Haas wrote: > On Fri, Dec 18, 2015 at 1:25 AM, Amit Langote > wrote: >> I think the following may be a typo: >> >> * Caller is responsible for ensuring that no other backend can access the >> * storage underlying this tuple, either by holding an exclusive lock on the

Re: [HACKERS] Typo in the comment above heap_prepare_freeze_tuple()

2015-12-18 Thread Robert Haas
On Fri, Dec 18, 2015 at 1:25 AM, Amit Langote wrote: > I think the following may be a typo: > > * Caller is responsible for ensuring that no other backend can access the > * storage underlying this tuple, either by holding an exclusive lock on the > - * buffer containing it (which is what lazy

[HACKERS] Typo in the comment above heap_prepare_freeze_tuple()

2015-12-17 Thread Amit Langote
I think the following may be a typo: * Caller is responsible for ensuring that no other backend can access the * storage underlying this tuple, either by holding an exclusive lock on the - * buffer containing it (which is what lazy VACUUM does), or by having it by + * buffer containing it (whi