You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Prevent automatic oid assignment when in binary upgrade mode. Alsothrow an error when contrib/pg_upgrade_support functions are called whennot in binary upgrade mode.This prevent automatically-assigned oids from conflicting with laterpre-assigned oids coming from the old cluster. It also makes sure oidsare preserved in call important cases.