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:09:33 +0000 (12:09 -0400)
commit1cb018dd09268cab7f4ac1e8ab59b2277e7709f1
treecd4d6437dd44a9e9b5cbf01f450d2795ac7fe694
parent416e82ce9f0c8c4ec6d377368d670b8ca74097a6
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