Re: identity columns - Mailing list pgsql-hackers

From Andres Freund
Subject Re: identity columns
Date
Msg-id 20170403203405.6mxkewsyhfyixnh2@alap3.anarazel.de
Whole thread Raw
In response to Re: [HACKERS] identity columns  (Vitaly Burovoy <vitaly.burovoy@gmail.com>)
List pgsql-hackers
On 2017-04-03 16:31:27 -0400, Peter Eisentraut wrote:
> > Is it guaranteed that the caller expects an int64?  I saw that
> > nextvalueexpr's have a typeid field.
> 
> It expects one of the integer types.  We could cast the result of
> Int64GetDatum() to the appropriate type, but that wouldn't actually do
> anything.

Uh.  What about 32bit systems (and 64bit systems without
float8passbyval)?

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Claudio Freire
Date:
Subject: Re: Making clausesel.c Smarter
Next
From: Kevin Grittner
Date:
Subject: Re: SERIALIZABLE with parallel query