Re: identity columns

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: identity columns
Дата
Msg-id 20170403203405.6mxkewsyhfyixnh2@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [HACKERS] identity columns  (Vitaly Burovoy <vitaly.burovoy@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Claudio Freire
Дата:
Сообщение: Re: Making clausesel.c Smarter
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: SERIALIZABLE with parallel query