minor code cleanup - replace useless struct timezone argument to
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 22 Oct 2005 14:27:29 +0000 (14:27 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 22 Oct 2005 14:27:29 +0000 (14:27 +0000)
commit5d4af482b04b14a32a721ac7fbdc12638fda5ba2
treef1f30ffa0d3cc67710b45e71b6152f85bbb7d170
parent6f8f7787ae776665727e45c672efecc8896d4b95
minor code cleanup - replace useless struct timezone argument to
gettimeofday with NULL in a few places, making it consistent with
usage elsewhere.
src/backend/postmaster/postmaster.c
src/backend/utils/adt/nabstime.c
src/backend/utils/misc/pg_rusage.c