XLogRecGetFullXid()

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема XLogRecGetFullXid()
Дата
Msg-id CA+hUKG+mLmuDjMi6o1dxkKvGRL56Y2Rz+iXAcrZV03G9ZuFQ8Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: XLogRecGetFullXid()  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
Hello hackers,

Here is a small patch extracted from the undo log patch set that I'd
like to discuss separately and commit soon.  I'm pretty sure that
zheap, zedstore and anyone else developing new AMs based on 64 bit
xids needs this, but there are no plans to extend WAL records to
actually carry 64 bit xids yet, and I want to discourage people from
making generic xid expanding functions that don't have any
interlocking, as I mentioned recently[1].

It's defined in xlogreader.c, because that's where such things
naturally live, but it can only work during replay for now, so I
wrapped it in a FRONTEND invisibility cloak.  That means that
front-end tools (pg_waldump.c) can't use it and will have to continue
show 32 bit xids for now.

Better ideas?

[1] https://www.postgresql.org/message-id/CA+hUKGJPuKR7i7UvmXRXhjhdW=3v1-nSO3aFn4XDLdkBJru15g@mail.gmail.com

-- 
Thomas Munro
https://enterprisedb.com

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Add parallelism and glibc dependent only options to reindexdb
Следующее
От: Noah Misch
Дата:
Сообщение: Re: [Patch] Mingw: Fix import library extension, build actual staticlibraries