Re: making relfilenodes 56 bits

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: making relfilenodes 56 bits
Дата
Msg-id Y1I1mD0OhjbdXPNS@paquier.xyz
обсуждение исходный текст
Ответ на Re: making relfilenodes 56 bits  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: making relfilenodes 56 bits  (vignesh C <vignesh21@gmail.com>)
Список pgsql-hackers
On Thu, Sep 29, 2022 at 09:23:38PM -0400, Tom Lane wrote:
> Hmmm ... I'd tend to do SELECT COUNT(*) FROM.  But can't we provide
> any actual checks on the sanity of the output?  I realize that the
> output's far from static, but still ...

Honestly, checking all the fields is not that exciting, but the
maximum I can think of that would be portable enough is something like
the attached.  No arithmetic operators for xid limits things a bit,
but at least that's something.

Thoughts?
--
Michael

Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639)
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Avoid memory leaks during base backups