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:11 -0400 |
commit | c419321061420a6eb5851f2fdb0e0d5db24f5a4e (patch) | |
tree | 8f418906f7b84cf1ceff71d7ddc7e2f2eb4bfc1c /src/backend/commands/explain.c | |
parent | ee0d06c0b9993fb06b940c21a7bfde7de8186a2e (diff) |
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/commands/explain.c')
0 files changed, 0 insertions, 0 deletions