pgsql: Fix BUG #2594: Gin Indexes cause server to crash when it builds

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix BUG #2594: Gin Indexes cause server to crash when it builds
Date: 2006-08-29 14:05:44
Message-ID: 20060829140544.36F749FB24D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table

Modified Files:
--------------
pgsql/src/backend/access/gin:
ginbulk.c (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginbulk.c.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-29 15:19:52 pgsql: Invent an assign-hook mechanism for psql variables similar to the
Previous Message Teodor Sigaev 2006-08-29 13:57:34 pgsql: Add description of tsvector type layout