mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 08:09:18 -04:00
39b7ec3309
rid of the assumption that sizeof(Oid)==sizeof(int). This is one small step towards someday supporting 8-byte OIDs. For the moment, it doesn't do much except get rid of a lot of unsightly casts.