On 2026-02-08, Shinya Kato wrote:
> Since pg_current_xact_id() returns xid8 which does not support
> arithmetic operators, places that need "xid + 1" cast the result via
> ::text::bigint first.
I think it may be better to add some operators, or was there a rationale for these not being there?
--
Álvaro Herrera