Fix a bunch of 'old-style parameter declaration' warnings induced by

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f1283ed6cc4db5df781452b5f048dc930cc6a172
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-25T02:15:02Z
Releases: 8.0.0
Fix a bunch of 'old-style parameter declaration' warnings induced by
writing 'foo()' rather than 'foo(void)'.

Files