Re: DISABLE TRIGGER doc wrong?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ron Johnson <ronljohnsonjr@gmail.com>
Cc: "pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2025-08-26T13:57:22Z
Lists: pgsql-general
Ron Johnson <ronljohnsonjr@gmail.com> writes:
> Like I said, it's not completely linear.  The real question, though, is
> whether PG looks for gaps in oid allocation once it wants to try and
> allocate an oid of uint32 max.

OID counter wraparound is not particularly a problem.

			regards, tom lane