mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
running gcc and HP's cc with warnings cranked way up. Signed vs unsigned comparisons, routines declared static and then defined not-static, that kind of thing. Tedious, but perhaps useful...