Re: Test cluster with high OIDs above the signed-int limit (2B+)

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: Dominique Devienne <ddevienne(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Test cluster with high OIDs above the signed-int limit (2B+)
Date: 2026-04-20 13:29:56
Message-ID: CAKAnmm+ZOtC2C2wVAvQnq7MK2_sQSow0oh2CDpiTXn4jvA3wXA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

You can change the define for FirstNomalObjectId
in include/access/transam.h to a very large number and recompile Postgres.

I don't know an easy way to increment that for an existing cluster other
than creating/removing an object in a client loop.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dominique Devienne 2026-04-20 13:30:53 Re: Test cluster with high OIDs above the signed-int limit (2B+)
Previous Message Tom Lane 2026-04-20 13:29:38 Re: Test cluster with high OIDs above the signed-int limit (2B+)