Re: pageinspect patch, for showing tuple data

Поиск
Список
Период
Сортировка
От Nikolay Shaplov
Тема Re: pageinspect patch, for showing tuple data
Дата
Msg-id 9190262.nXUi6ZD9Po@nataraj-amd64
обсуждение исходный текст
Ответ на Re: pageinspect patch, for showing tuple data  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
В письме от 25 ноября 2015 22:27:57 пользователь Michael Paquier написал:
> On Wed, Nov 25, 2015 at 10:16 PM, Nikolay Shaplov <n.shaplov@postgrespro.ru>
> wrote:
> > В письме от 18 ноября 2015 15:52:54 пользователь Michael Paquier написал:
> > Teodor Sigaev asked a very good question: does it properly do upgrade from
> > 1.3
> > to 1.4
> >
> > I've rechecked and fixed
>
> What was actually the problem?

tuple_data_split should be defined before heap_page_item_attrs.

And there were also error in the first argument of tuple_data_split there. It
should be  "rel_oid oid" instead of "t_oid rel_oid"

> I have to admit that I forgot to test that
> directly, and did not spot anything obvious on the 1.3--1.4.sql file.
yes. but each of us added a non-obvious mistake there :-)

--
Nikolay Shaplov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Improve pageinspect module
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: custom function for converting human readable sizes to bytes