pgsql: Make pgstatindex respond to cancel interrupts.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pgstatindex respond to cancel interrupts.
Date: 2011-10-06 16:13:01
Message-ID: E1RBqZB-0006XX-QF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5308abfd89b080399f4050f720ffb8824c682e59

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-10-06 16:13:14 Re: [COMMITTERS] pgsql: Ensure that contrib/pgstattuple functions respond to cancel
Previous Message Bruce Momjian 2011-10-06 15:00:28 pgsql: Simplify new pg_ctl newline termination code.