Re: [HACKERS] Garbled comment in postgresGetForeignJoinPaths

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] Garbled comment in postgresGetForeignJoinPaths
Дата
Msg-id CA+TgmobCHb-y6mjQH+LPnv4cK1Gd8pKj6k8UcNYm9SA1NwTXtQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Garbled comment in postgresGetForeignJoinPaths  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] Garbled comment in postgresGetForeignJoinPaths  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Aug 16, 2017 at 3:02 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Wed, Aug 16, 2017 at 2:16 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Robert Haas <robertmhaas@gmail.com> writes:
>>> On Wed, Aug 16, 2017 at 12:31 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>>> -->  * reconstruct the row for EvalPlanQual(). Find an alternative local path
>>>> Should the marked line simply be deleted?  If not, what correction is
>>>> appropriate?
>>
>>> Hmm, wow.  My first thought was that it should just say
>>> "reconstructing" rather than "reconstruct", but on further reading I
>>> think you might have the right idea.
>>
>> The current text of the comment dates to commit 177c56d60, and looking at
>> that commit makes it pretty clear that the line I'm complaining of
>> belonged to the previous text; it evidently just missed getting deleted.
>
> Got it.  Nice forensics, and sorry about the good.

... goof.

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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Garbled comment in postgresGetForeignJoinPaths
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Atomics for heap_parallelscan_nextpage()