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

Greg Sabino Mullane <htamfids@gmail.com>

From: Greg Sabino Mullane <htamfids@gmail.com>
To: Dominique Devienne <ddevienne@gmail.com>
Cc: pgsql-general@postgresql.org
Date: 2026-04-20T13:29:56Z
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.