Re: Add 64-bit XIDs into PostgreSQL 15
Pavel Borisov <pashkin.elfe@gmail.com>
From: Pavel Borisov <pashkin.elfe@gmail.com>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Maxim Orlov <orlovmg@gmail.com>,
Aleksander Alekseev <aleksander@timescale.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>,
Stephen Frost <sfrost@snowman.net>, Alexander Korotkov <aekorotkov@gmail.com>,
Andres Freund <andres@anarazel.de>, Ilya Anfimov <ilan@tzirechnoy.com>
Date: 2022-07-15T12:31:39Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add SLRU tests for 64-bit page case
- a60b8a58f435 17.0 landed
-
Make use FullTransactionId in 2PC filenames
- 5a1dfde8334b 17.0 landed
-
Use larger segment file names for pg_notify
- 2cdf131c46e6 17.0 landed
-
Index SLRUs by 64-bit integers rather than by 32-bit integers
- 4ed8f0913bfd 17.0 landed
On Fri, 15 Jul 2022 at 16:17, Justin Pryzby <pryzby@telsasoft.com> wrote: > On Fri, Jul 15, 2022 at 03:23:29PM +0400, Pavel Borisov wrote: > > On Fri, 15 Jul 2022 at 15:20, Pavel Borisov <pashkin.elfe@gmail.com> > wrote: > > > Hi, hackers! > > > v42 stopped applying, so we rebased it to v43. Attached is a GitHub > link, > > > but I see Cfbot hasn't become green. Apparently, it hasn't seen > changes in > > > GitHub link relative to v42 attached as a patch. > > > > Github link is as follows: > > https://github.com/ziva777/postgres/tree/64xid-cf > > Maybe this will enable CFbot to see it. > > My suggestion was a bit ambiguous, sorry for the confusion. > > The "Git link" is just an annotation - cfbot doesn't try to do anything > with > it[0] (but cirrusci will run the same checks under your github account). > What I meant was that it doesn't seem imporant to send rebases multiple > times > per week if there's been no other changes. Anyone is still able to review > the > patch. It's possible to build it by applying the patch to a checkout of > the > postgres tree at the time the patch was sent. Or by using the git link. > Or by > checking out cfbot's branch here, from the last time it *did* apply. > https://github.com/postgresql-cfbot/postgresql/tree/commitfest/38/3594 > > [0] (I think cfbot *could* try to read the git link, and apply patches > that it > finds there, but that's an idea that hasn't been proposed or discussed. > It'd > need to know which branch to use, and it'd need to know when to use the git > link and when to use the most-recent email attachments). > Hi, Justin! I can agree with you that sending rebased patches too often can be a little annoying. On the other hand, otherwise, it's just red in Cfbot. I suppose it's much easier and more comfortable to review the patches that at least apply cleanly and pass all tests. So if Cfbot is red for a long time I feel we need to send a rebased patchset anyway. I'll try to not doing this too often but frankly, I don't see a better alternative at the moment. Anyway, big thanks for your advice and attention to this thread! -- Best regards, Pavel Borisov