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

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
Thread:
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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-05-16 02:23:44 pgsql: Done: PL/pgSQL > o -Add CASE capability to language (already
Previous Message Tom Lane 2008-05-15 22:39:49 pgsql: Support SQL/PSM-compatible CASE statement in plpgsql.