]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix old bug in _hash_first() for scan without keys:
authorVadim B. Mikheev <vadim4o@yahoo.com>
Wed, 30 Apr 1997 06:31:16 +0000 (06:31 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Wed, 30 Apr 1997 06:31:16 +0000 (06:31 +0000)
commitfe91ceb62b10afb84f60c4c482ba2600775ee180
treeda1df6f75a400ea7f768d9581bdf0c25d485c2a9
parent3055eeff9379cae9204ab84d441aad9719338fc5
Fix old bug in _hash_first() for scan without keys:
if 1st bucket chain is empty then need to continue scan in the rest buckets.
src/backend/access/hash/hashsearch.c