mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04: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...