Re: POC: make mxidoff 64 bits - Mailing list pgsql-hackers

From Maxim Orlov
Subject Re: POC: make mxidoff 64 bits
Date
Msg-id CACG=ezbwy1zargXDNPeYXxZwRW3jXu_aD=rcG-7dc4fw7Y9Ojw@mail.gmail.com
Whole thread
In response to Re: POC: make mxidoff 64 bits  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: POC: make mxidoff 64 bits
Re: POC: make mxidoff 64 bits
List pgsql-hackers

Just one more minor thing. While working on making CLOG 64-bit, I
noticed that read error messages from SLRU pages were reported only in
32-bit format, with the upper half simply truncated. Here's a small
patch to fix this problem. I used the "%u:%u" format because it is
already used by Postgres for outputting 64-bit transactions.


--
Best regards,
Maxim Orlov.
Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Skipping schema changes in publication
Next
From: Ilia Evdokimov
Date:
Subject: Re: Reduce planning time for large NOT IN lists containing NULL