Re: bugfix: when the blocksize is 32k, the function page_header of pageinspect returns negative numbers.

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Re: bugfix: when the blocksize is 32k, the function page_header of pageinspect returns negative numbers.
Дата
Msg-id CALj2ACV8xNg7fV6R4ApdFhJZRkVaJJNjW5WEL7UHtZKeibjSWw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: bugfix: when the blocksize is 32k, the function page_header of pageinspect returns negative numbers.  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: bugfix: when the blocksize is 32k, the function page_header of pageinspect returns negative numbers.
Список pgsql-hackers
On Sat, Jul 10, 2021 at 4:59 PM Michael Paquier <michael@paquier.xyz> wrote:
> So I would finish with the attached, close enough to what Quan has
> sent upthread.

Thanks. The patch looks good to me, except a minor comment - isn't it
"int2 for these fields" as the fields still exist? + /* pageinspect >=
1.10 uses int4 instead of int2 for those fields */

Regards,
Bharath Rupireddy.



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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: EXPLAIN/EXPLAIN ANALYZE REFRESH MATERIALIZED VIEW
Следующее
От: John Naylor
Дата:
Сообщение: Re: Reduce lock level for ALTER TABLE ... ADD CHECK .. NOT VALID