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-15 08:41:46
Message-ID: CACG=ezac431kXL+9jfUJSD6u15Ybmfzvq0Pf7nP51b3D_uc73g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is the test scripts.
The generate.sh script is used to generate data dir with multimple clusters
in it. This script will call multixids.py in order to generate data. If you
are not use system psql consider using LD_LIBRARY_PATH env to specify path
to the lib directory.
OLDBIN=/.../pgsql-new ./generate.sh

Then the test.sh is used to run various upgrades.
OLDBIN=/.../pgsql-old NEWBIN=/.../pgsql-new ./test.sh

I hope that helps!

--
Best regards,
Maxim Orlov.

Attachment Content-Type Size
multixids.py text/x-python-script 1.6 KB
generate.sh application/x-sh 1.9 KB
test.sh application/x-sh 1.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2024-11-15 08:56:45 Re: Potential ABI breakage in upcoming minor releases
Previous Message Yugo NAGATA 2024-11-15 08:36:47 Re: EphemeralNamedRelation and materialized view