mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 05:49:16 -04:00
35d5d962e1
Use bool as type for booleans instead of int. Do not implicitely cast size_t to int. Make the compiler stop complaining about unused variables by adding an empty statement.