]> granicus.if.org Git - postgresql/commit
Remove unnecessary variables in _hash_splitbucket().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Apr 2015 20:49:12 +0000 (16:49 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Apr 2015 20:49:12 +0000 (16:49 -0400)
commit3b828379d110dc37613ed490537ab65f0e12eadf
tree2b34de8ef0613acf6048376d33ee4f27396d7bbe
parent276591bc4f2680485cd01626d87443b9c978e189
Remove unnecessary variables in _hash_splitbucket().

Commit ed9cc2b5df59fdbc50cce37399e26b03ab2c1686 made it unnecessary to pass
start_nblkno to _hash_splitbucket(), and for that matter unnecessary to
have the internal nblkno variable either.  My compiler didn't complain
about that, but some did.  I also rearranged the use of oblkno a bit to
make that case more parallel.

Report and initial patch by Petr Jelinek, rearranged a bit by me.
Back-patch to all branches, like the previous patch.
src/backend/access/hash/hashpage.c