Simplify reindex_relation's API.

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

Commit: 2d3320d3d256eed7ea3deb8383348f2021e6a247
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-04-16T21:26:41Z
Releases: 9.1.0
Simplify reindex_relation's API.

For what seem entirely historical reasons, a bitmask "flags" argument was
recently added to reindex_relation without subsuming its existing boolean
argument into that bitmask.  This seems a bit bizarre, so fold them
together.

Files