Re: Abbreviated keys for Numeric - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Abbreviated keys for Numeric
Date
Msg-id 5436.1428088118@sss.pgh.pa.us
Whole thread Raw
In response to Re: Abbreviated keys for Numeric  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> FWIW, I think it's sensible to define NumericAbbrevGetDatum and the
> converse, but I'd suggest you just do it like
> #define NumericAbbrevGetDatum(X) Int64GetDatum(X)
> or
> #define NumericAbbrevGetDatum(X) Int32GetDatum(X)

Oh, scratch that, I'd failed to look at the upthread messages.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Abbreviated keys for Numeric
Next
From: Andrew Gierth
Date:
Subject: Re: Abbreviated keys for Numeric