pgsql: Fix 64-bit problem in recent patch.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix 64-bit problem in recent patch.
Date: 2008-06-15 01:41:38
Message-ID: 20080615014138.0B43B754595@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix 64-bit problem in recent patch.

Modified Files:
--------------
pgsql/src/backend/access/gist:
gistutil.c (r1.27 -> r1.28)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistutil.c?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-06-15 16:29:05 pgsql: Make DROP INDEX lock the parent table before locking the index.
Previous Message Tom Lane 2008-06-15 01:25:54 pgsql: Rearrange ALTER TABLE syntax processing as per my recent