]> granicus.if.org Git - postgresql/commit
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:10:14 +0000 (12:10 -0400)
commit5308abfd89b080399f4050f720ffb8824c682e59
treed493f11ab91bcb80abedd132fec2a68cefeb467e
parent3d332c8f38ced56fc7e867cce1d2b1c85dc5c064
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