Re: Typo in the comment above heap_prepare_freeze_tuple()

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Typo in the comment above heap_prepare_freeze_tuple()
Date: 2015-12-18 17:05:16
Message-ID: CA+TgmoYrmQcduie5wO9SvO3Gys05E7jwRG4xQbW1V-cdYomjmw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 18, 2015 at 1:25 AM, Amit Langote
<Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> 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 VACUUM does), or by having it by
> + * buffer containing it (which is what lazy VACUUM does), or by having it be
> * in private storage (which is what CLUSTER and friends do).
>
> If so, attached is the patch.

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-12-18 17:06:43 Re: Remove array_nulls?
Previous Message Andres Freund 2015-12-18 17:02:01 Re: Remove array_nulls?