Re: Table AM callbacks referring to heap in declarations (+typos)

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Table AM callbacks referring to heap in declarations (+typos)
Дата
Msg-id 20190601193743.GF1905@paquier.xyz
обсуждение исходный текст
Ответ на Re: Table AM callbacks referring to heap in declarations (+typos)  (Andres Freund <andres@anarazel.de>)
Ответы Re: Table AM callbacks referring to heap in declarations (+typos)  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Sat, Jun 01, 2019 at 12:22:10PM -0700, Andres Freund wrote:
> On 2019-06-01 15:09:46 -0400, Michael Paquier wrote:
>> While going through the table AM callbacks, I have bumped into a
>> couple of references to heap.  I think that we should make that more
>> generic by using the term "table" as done when opening relations and
>> such.  Attached is a cleanup patch.
>
> I'm unbothered by this, but I'm also not opposed to changing this. It's
> largely just keeping the previous code / comment.
>
>> While on it, I found a set of typos which looked like a copy-pasto
>> which got spread => "index_nfo".
>
> Yea, we should fix this.

Thanks.  Do you mind if I fix both then?
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Doc fix on information_schema.views
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: psql completion bugs with access methods