Re: Add 64-bit XIDs into PostgreSQL 15 - Mailing list pgsql-hackers

From Evgeny Voropaev
Subject Re: Add 64-bit XIDs into PostgreSQL 15
Date
Msg-id 0fedafec-f8dd-4f91-92e7-79a69b147bad@gmail.com
Whole thread Raw
In response to Re: Add 64-bit XIDs into PostgreSQL 15  (Evgeny Voropaev <evorop.wiki@gmail.com>)
Responses Re: Add 64-bit XIDs into PostgreSQL 15
List pgsql-hackers
 > What exactly would break if we did perform `heap_page_prune_execute`
 > with NO fragmentation repair during `heap_page_prepare_for_xid`?

Correction into the last question:

What exactly would break if we did invoke `heap_page_prune_execute` with 
`repairFragmentation=true` during performing of `heap_page_prepare_for_xid`?




pgsql-hackers by date:

Previous
From: Yugo Nagata
Date:
Subject: Re: Extend ALTER DEFAULT PRIVILEGES for large objects
Next
From: John Naylor
Date:
Subject: Re: [V2] Adding new CRC32C implementation for IBM S390X