]> git.ipfire.org Git - thirdparty/postgresql.git/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:31 +0000 (12:10 -0400)
commit976bad043382ec87f35fb8d1143a45e47781d017
treedd4721f6578cb48ea8acc74867be5fd5dff9277f
parent5aa09d5df3422bd9795271ac707f857eb1e88ab7
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