pgsql: Make pgstatindex respond to cancel interrupts. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Make pgstatindex respond to cancel interrupts.
Date
Msg-id E1RBqZB-0006Xd-Qm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/976bad043382ec87f35fb8d1143a45e47781d017

Modified Files
--------------
contrib/pgstattuple/pgstatindex.c |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Make pgstatindex respond to cancel interrupts.
Next
From: Robert Haas
Date:
Subject: pgsql: Make pgstatindex respond to cancel interrupts.