Re: logical changeset generation v6.8

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: logical changeset generation v6.8
Дата
Msg-id 20131211093138.GA12480@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: logical changeset generation v6.8  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 2013-12-10 19:11:03 -0500, Robert Haas wrote:
> Committed #1 (again).

Thanks!

>  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.

Ok. I wasn't sure if it wouldn't be wierd to include the oid in the
tuple logged for a replica identity that doesn't cover the oid. But the
downside is pretty small...

Will send a patch.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Time-Delayed Standbys
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Question about sorting internals