]> granicus.if.org Git - postgresql/commit
Minor code cleanup: hdefault() only ever returned "true", so it may as
authorNeil Conway <neilc@samurai.com>
Fri, 22 Oct 2004 07:21:06 +0000 (07:21 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 22 Oct 2004 07:21:06 +0000 (07:21 +0000)
commit121aca39ba2e77dedc7ec1bf4f3570e194cdd883
treeba0293cae77c27a5cd21ec2088608df9ff1dc775
parenta57df8d50d5f391a8b93e6a0f28716f63e69f6a9
Minor code cleanup: hdefault() only ever returned "true", so it may as
well be declared to return "void" to save callers the trouble of
checking for errors.
src/backend/utils/hash/dynahash.c