Make pgstatindex respond to cancel interrupts.
authorRobert Haas <rhaas@postgresql.org>
Thu, 6 Oct 2011 16:08:59 +0000 (12:08 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 6 Oct 2011 16:11:30 +0000 (12:11 -0400)
commitb6959eee38b769da1cba93767aa76207c27ad090
treeac65a95399720f8e0aa6b99d22d2e4124b2c6fdb
parent6f4f000a970b79cc0474c97f7b1dac2d5dd24ed9
Make pgstatindex respond to cancel interrupts.

A similar problem for pgstattuple() was fixed in April of 2010 by commit
33065ef8bc52253ae855bc959576e52d8a28ba06, but pgstatindex() seems to have
been overlooked.

Back-patch all the way, as with that commit, though not to 7.4 through
8.1, since those are now EOL.
contrib/pgstattuple/pgstatindex.c