Cosmetic cleanup of ginInsertValue().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1a9405d26537c6d95269bf48f5ea80fbf7967260
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-07-13T15:37:39Z
Releases: 9.3.0
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

Files

PathChange+/−
src/backend/access/gin/ginbtree.c modified +11 −9