Don't use function definitions looking like old-style ones.

Andres Freund <andres@anarazel.de>

Commit: e95126cf048b08d7ff5eb72ec33737e9e27c08f8
Author: Andres Freund <andres@anarazel.de>
Date: 2015-08-15T15:25:00Z
Releases: 9.6.0
Don't use function definitions looking like old-style ones.

This fixes a bunch of somewhat pedantic warnings with new
compilers. Since by far the majority of other functions definitions use
the (void) style it just seems to be consistent to do so as well in the
remaining few places.

Files