pgsql: Add int64 -> int8 mapping to genbki - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Add int64 -> int8 mapping to genbki
Date
Msg-id E1XtJf0-0006I1-W1@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Allow using connection URI in primary_conninfo.
Next
From: Tom Lane
Date:
Subject: pgsql: Support arrays as input to array_agg() and ARRAY(SELECT ...).