git.postgresql.org Git - postgresql.git/commit
2019年8月14日 18:32:35 +0000 (11:32 -0700)
2019年8月14日 18:32:35 +0000 (11:32 -0700)
commit 9c02cf56614366769682bb8b3f4e9eecf8f237c4
Remove block number field from nbtree stack.
The initial value of the nbtree stack downlink block number field
recorded during an initial descent of the tree wasn't actually used.
Both _bt_getstackbuf() callers overwrote the value with their own value.
Remove the block number field from the stack struct, and add a child
block number argument to _bt_getstackbuf() in its place. This makes the
overall design of _bt_getstackbuf() clearer.
Author: Peter Geoghegan
Reviewed-By: Anastasia Lubennikova
Discussion: https://postgr.es/m/CAH2-Wzmx+UbXt2YNOUCZ-a04VdXU=S=OHuAuD7Z8uQq-PXTYUg@mail.gmail.com
This is the main PostgreSQL git repository.
RSS
Atom