Re: Perl's newSViv() versus 64-bit ints?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Perl's newSViv() versus 64-bit ints?
Date: 2016-03-11 23:55:58
Message-ID: 23392.1457740558@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2016-03-11 23:56:51 Re: PREPARE dynamic SQL in plpgsql
Previous Message David G. Johnston 2016-03-11 23:55:03 Re: PREPARE dynamic SQL in plpgsql