]> granicus.if.org Git - postgresql/commit
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)
commit188c52497dc5027896ebd0bd306d14d2138fb5d6
tree1c723ccbd9cb6cf154d5ae6f52f561c4af959f5f
parent6aad07d270ca2ba42c3083daf7bd640c272ecd4c
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