pgsql: Persuade GIN to react to control-C in a reasonable amount of time

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Persuade GIN to react to control-C in a reasonable amount of time
Date: 2008-05-16 01:27:06
Message-ID: 20080516012706.CCD67754C53@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Persuade GIN to react to control-C in a reasonable amount of time
while building a GIN index.

Modified Files:
--------------
pgsql/src/backend/access/gin:
gininsert.c (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/gininsert.c?r1=1.12&r2=1.13)