Re: Add 64-bit XIDs into PostgreSQL 15

Поиск
Список
Период
Сортировка
От Maxim Orlov
Тема Re: Add 64-bit XIDs into PostgreSQL 15
Дата
Msg-id CACG=ezYiRfkNb3dTqeThebRL3mVfMm65hqaXOuk=FOGB_HbgQg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add 64-bit XIDs into PostgreSQL 15  (Thom Brown <thom@linux.com>)
Ответы Re: Add 64-bit XIDs into PostgreSQL 15  (Aleksander Alekseev <aleksander@timescale.com>)
Re: Add 64-bit XIDs into PostgreSQL 15  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers

0008 needs a rebase.  heapam.h and catversion.h are failing.

Regards

Thom

Thanks, done!

Also add copying of the xmin and xmax while page is locked. In heapgetpage we have to copy tuples xmin and xmax while
we're holding a lock. Since we do not hold a lock after that, values of xmin or xmax may be changed, and we may get
incorrect values of those fields. This affects only the scenario when the user select xmin or xmax "directly" by SQL query, AFAICS.

--
Best regards,
Maxim Orlov.
Вложения

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

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: psql: Add command to use extended query protocol
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_basebackup's --gzip switch misbehaves