Re: pgsql: Avoid creation of the free space map for small heaprelations, t

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: pgsql: Avoid creation of the free space map for small heaprelations, t
Дата
Msg-id CAA4eK1LnM1zoFQ8Swuf+wTkWjxrN2mQ=1oZ+xSsiev434ipapA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Avoid creation of the free space map for small heaprelations, t  (John Naylor <john.naylor@2ndquadrant.com>)
Список pgsql-hackers
On Thu, Feb 28, 2019 at 9:59 AM John Naylor <john.naylor@2ndquadrant.com> wrote:
>
> On Thu, Feb 28, 2019 at 10:25 AM Amit Kapila <amit.kapila16@gmail.com> wrote:
> >
> > Here's an updated patch based on comments by you.  I will proceed with
> > this unless you have any more comments.
>
> Looks good to me. I would just adjust the grammar in the comment, from
> "This prevents us to use the map", to "This prevents us from using the
> map". Perhaps also a comma after "first".
>

Okay, pushed after making changes suggested by you.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com


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

Предыдущее
От: Martín Marqués
Дата:
Сообщение: Re: Remove Deprecated Exclusive Backup Mode
Следующее
От: Nikita Glukhov
Дата:
Сообщение: Fix memleaks and error handling in jsonb_plpython