]> granicus.if.org Git - postgresql/commit
Don't use function definitions looking like old-style ones.
authorAndres Freund <andres@anarazel.de>
Sat, 15 Aug 2015 15:25:00 +0000 (17:25 +0200)
committerAndres Freund <andres@anarazel.de>
Sat, 15 Aug 2015 15:25:00 +0000 (17:25 +0200)
commite95126cf048b08d7ff5eb72ec33737e9e27c08f8
tree1a02049f9cd86282a5cf6e9f6aa57c55c4906466
parentf9dec81a5493bc31fdbbf69b5fafe0d4452a38f1
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.
contrib/pg_standby/pg_standby.c
src/backend/access/transam/twophase.c
src/backend/commands/trigger.c
src/backend/replication/logical/snapbuild.c
src/backend/replication/repl_scanner.l
src/backend/replication/walsender.c
src/backend/storage/ipc/dsm_impl.c
src/backend/utils/time/snapmgr.c
src/bin/pg_resetxlog/pg_resetxlog.c
src/pl/plperl/plperl.c