diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-04-03 16:49:11 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-04-03 16:49:44 -0400 |
commit | b7e1652d5de8b618c0204588969c8b59d12e9361 (patch) | |
tree | a0e85a2d7ba4df4110284bc81b06376c770ea8a4 /src/backend/utils/adt/numeric.c | |
parent | 9550e8348b7965715789089555bb5a3fda8c269c (diff) | |
download | postgresql-b7e1652d5de8b618c0204588969c8b59d12e9361.tar.gz postgresql-b7e1652d5de8b618c0204588969c8b59d12e9361.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions