Re: Perl's newSViv() versus 64-bit ints? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Perl's newSViv() versus 64-bit ints?
Date
Msg-id 23392.1457740558@sss.pgh.pa.us
Whole thread Raw
In response to Perl's newSViv() versus 64-bit ints?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> Anybody know what will happen when passing a uint64 to newSViv()?

Oh, and how about Python's PyInt_FromLong()?
Or PyList_New()?
Or the second argument of PyList_SetItem()?
        regards, tom lane



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: PREPARE dynamic SQL in plpgsql
Next
From: "David G. Johnston"
Date:
Subject: Re: PREPARE dynamic SQL in plpgsql