mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
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.