git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 8c71467) | patch
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Fri, 4 Nov 2022 14:39:52 +0000 (10:39 -0400)
Fri, 4 Nov 2022 14:39:52 +0000 (10:39 -0400)
commit 34fa0ddae5cf27dd93a5855b30083185d4bb5a5b
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.

Commit aa0105141 repeated one of the oldest mistakes in our book:
thinking that OID is the same as int32. It isn't of course, and
unsurprisingly the first person who came along with a database
OID above 2 billion broke it. Repair.

Per bug #17677 from Sergey Pankov. Back-patch to v15.

Discussion: https://postgr.es/m/17677-a99fa067d7ed71c9@postgresql.org
src/backend/commands/dbcommands.c diff | blob | blame | history
src/backend/commands/define.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/include/commands/defrem.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /