postgresql/src/backend/access
Tom Lane b7e1652d5d Remove unnecessary variables in _hash_splitbucket().
Commit ed9cc2b5df 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.
2015-04-03 16:49:44 -04:00
..
brin Move BRIN page type to page's last two bytes 2015-03-10 12:27:15 -03:00
common Add log_min_autovacuum_duration per-table option 2015-04-03 11:55:50 -03:00
gin Make ginbuild's funcCtx be independent of its tmpCtx. 2015-03-29 14:02:58 -04:00
gist Fix GiST index-only scans for opclasses with different storage type. 2015-03-26 23:07:52 +02:00
hash Remove unnecessary variables in _hash_splitbucket(). 2015-04-03 16:49:44 -04:00
heap Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 2015-02-21 16:12:14 -05:00
index Add support for index-only scans in GiST. 2015-03-26 19:12:00 +02:00
nbtree Reduce pinning and buffer content locking for btree scans. 2015-03-25 14:24:43 -05:00
rmgrdesc Merge the various forms of transaction commit & abort records. 2015-03-15 17:37:07 +01:00
spgist Add support for index-only scans in GiST. 2015-03-26 19:12:00 +02:00
transam Fix error handling of XLogReaderAllocate in case of OOM 2015-04-03 21:55:37 +09:00
Makefile BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00