Make pgstatindex respond to cancel interrupts.

Robert Haas <rhaas@postgresql.org>

Commit: b6959eee38b769da1cba93767aa76207c27ad090
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-10-06T16:11:30Z
Releases: 8.2.23
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.

Files

PathChange+/−
contrib/pgstattuple/pgstatindex.c modified +2 −0