Обсуждение: Typo in parallel comment of heap_delete()

Поиск
Список
Период
Сортировка

Typo in parallel comment of heap_delete()

От
Jim Nasby
Дата:
I'm pretty sure this is a typo...
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)   mobile: 512-569-9461

Вложения

Re: Typo in parallel comment of heap_delete()

От
Robert Haas
Дата:
On Sun, Jun 5, 2016 at 4:39 PM, Jim Nasby <Jim.Nasby@bluetreble.com> wrote:
> I'm pretty sure this is a typo...

Sure is.  Thanks.

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



Re: Typo in parallel comment of heap_delete()

От
Thomas Munro
Дата:
On Tue, Jun 7, 2016 at 12:00 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Sun, Jun 5, 2016 at 4:39 PM, Jim Nasby <Jim.Nasby@bluetreble.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

Вложения

Re: Typo in parallel comment of heap_delete()

От
Robert Haas
Дата:
On Thu, Jun 16, 2016 at 12:32 AM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> On Tue, Jun 7, 2016 at 12:00 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>> On Sun, Jun 5, 2016 at 4:39 PM, Jim Nasby <Jim.Nasby@bluetreble.com> wrote:
>>> I'm pretty sure this is a typo...
>>
>> Sure is.  Thanks.
>
> The same typo appears in heap_update.

Commited.

> 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

Rephrased.

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