Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From [email protected] (Tom Lane)
Subject pgsql: Fix 64-bit problem in recent patch.
Date
Msg-id [email protected]
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: [email protected] (Tom Lane)
Date:
Subject: pgsql: Rearrange ALTER TABLE syntax processing as per my recent
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Make DROP INDEX lock the parent table before locking the index.