Re: logical changeset generation v6.8

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: logical changeset generation v6.8
Дата
Msg-id CA+TgmoaNu5Msp7o_fxHqSEGoL1vCb_h6mHok85mjsSOb8NsCEw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: logical changeset generation v6.8  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
On Wed, Dec 11, 2013 at 11:25 AM, Andres Freund <andres@2ndquadrant.com> wrote:
> On 2013-12-10 19:11:03 -0500, Robert Haas wrote:
>> Committed #1 (again).  Regarding this:
>>
>> +       /* XXX: we could also do this unconditionally, the space is used anyway
>> +       if (copy_oid)
>> +               HeapTupleSetOid(key_tuple, HeapTupleGetOid(tp));
>>
>> I would like to put in a big +1 for doing that unconditionally.  I
>> didn't make that change before committing, but I think it'd be a very
>> good idea.
>
> Patch attached.

Committed with kibitzing.

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



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

Предыдущее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Time-Delayed Standbys
Следующее
От: Robert Haas
Дата:
Сообщение: Re: -d option for pg_isready is broken