pgsql: Add int64 -> int8 mapping to genbki

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add int64 -> int8 mapping to genbki
Date: 2014-11-25 17:12:18
Message-ID: E1XtJf0-0006I1-W1@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add int64 -> int8 mapping to genbki

Per discussion with Tom and Andrew, 64bit integers are no longer a
problem for the catalogs, so go ahead and add the mapping from the C
int64 type to the int8 SQL identification to allow using them.

Patch by Adam Brightwell

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/25976710dfd8611d3fc79c0c1e20179ff7a940ec

Modified Files
--------------
src/backend/catalog/Catalog.pm | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-11-25 17:22:08 pgsql: Support arrays as input to array_agg() and ARRAY(SELECT ...).
Previous Message Heikki Linnakangas 2014-11-25 16:26:37 pgsql: Allow using connection URI in primary_conninfo.