Re: Typo in parallel comment of heap_delete()

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Typo in parallel comment of heap_delete()
Date: 2016-06-16 04:32:28
Message-ID: CAEepm=3r19-34-eY9TwDep9opi_zfo4y5HtmWFhrf9CevCnstw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 7, 2016 at 12:00 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Sun, Jun 5, 2016 at 4:39 PM, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com> wrote:
>> I'm pretty sure this is a typo...
>
> Sure is. Thanks.

The same typo appears in heap_update.

PS Far be it from me, but postgres_fdw.c seems to have a stray
conditional form where I would expect a present subjunctive: "...
lest the new path *would* kick ..."
/me ducks

--
Thomas Munro
http://www.enterprisedb.com

Attachment Content-Type Size
lest.patch application/octet-stream 603 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-06-16 04:36:13 Re: Prevent ALTER TABLE DROP NOT NULL on child tables if parent column has it
Previous Message Alvaro Herrera 2016-06-16 04:27:32 Re: Prevent ALTER TABLE DROP NOT NULL on child tables if parent column has it