Re: POC: make mxidoff 64 bits

From: Maxim Orlov <orlovmg(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: wenhui qiu <qiuwenhuifx(at)gmail(dot)com>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: POC: make mxidoff 64 bits
Date: 2024-11-18 13:22:38
Message-ID: CACG=ezZGQFBb0yepka8hU2BmJ48ujt3xa+aYLNL0BQPx0vqwZg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Shame on me! I've sent an erroneous patch set. Version 7 is defective. Here
is the proper version v8 with minor refactoring in segresize.c.

Also, I rename bump cat version patch into txt in order not to break cfbot.

--
Best regards,
Maxim Orlov.

Attachment Content-Type Size
v8-0005-TEST-bump-catver.patch.txt text/plain 1.1 KB
v8-0002-Use-64-bit-multixact-offsets.patch application/octet-stream 13.3 KB
generate.sh application/x-sh 2.1 KB
test.sh application/x-sh 2.1 KB
multixids.py text/x-python-script 1.6 KB
v8-0001-Use-64-bit-format-output-for-multixact-offsets.patch application/octet-stream 9.0 KB
v8-0004-Get-rid-of-MultiXactMemberFreezeThreshold-call.patch application/octet-stream 8.8 KB
v8-0003-Make-pg_upgrade-convert-multixact-offsets.patch application/octet-stream 18.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2024-11-18 13:49:01 Re: Disallow UPDATE/DELETE on table with unpublished generated column as REPLICA IDENTITY
Previous Message Ilia Evdokimov 2024-11-18 12:52:42 Re: Showing applied extended statistics in explain Part 2