mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +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...