Reset reindex-in-progress state before reverifying an exclusion constraint.

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

Commit: dccfb72892acabd25568539ec882cc44c57c25bd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-06-06T02:31:05Z
Releases: 9.1.0
Reset reindex-in-progress state before reverifying an exclusion constraint.

This avoids an Assert failure when we try to use ordinary index fetches
while checking for exclusion conflicts.  Per report from Noah Misch.

No need for back-patch because the Assert wasn't there before 9.1.

Files