]> granicus.if.org Git - postgresql/commit
Cosmetic cleanup of ginInsertValue().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Jul 2012 15:37:39 +0000 (11:37 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Jul 2012 15:37:39 +0000 (11:37 -0400)
commit1a9405d26537c6d95269bf48f5ea80fbf7967260
treeb0860adf6848e82d7457e5237c4d1f8a871e4e3a
parenta84bf4922e566f047536112a2aaf488559ee62dd
Cosmetic cleanup of ginInsertValue().

Make it clearer that the passed stack mustn't be empty, and that we
are not supposed to fall off the end of the stack in the main loop.
Tighten the loop that extracts the root block number, too.

Markus Wanner and Tom Lane
src/backend/access/gin/ginbtree.c