pgsql: Fix 64-bit problem in recent patch. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix 64-bit problem in recent patch.
Date
Msg-id 20080615014138.0B43B754595@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rearrange ALTER TABLE syntax processing as per my recent
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make DROP INDEX lock the parent table before locking the index.