mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:59:45 -04:00
341b328b18
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...