Re: FuncCallContext's call_cntr & max_calls are uint64

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FuncCallContext's call_cntr & max_calls are uint64
Дата
Msg-id 26516.1478877773@sss.pgh.pa.us
обсуждение исходный текст
Ответ на FuncCallContext's call_cntr & max_calls are uint64  (vicky_vergara@hotmail.com)
Список pgsql-docs
vicky_vergara@hotmail.com writes:
> In section 36.9.9
> https://www.postgresql.org/docs/current/static/xfunc-c.html
> says:
> uint32 call_cntr;
> uint32 max_calls;
> It should say:
> uint64 call_cntr;

Yeah, you're right.  I missed that while widening those counters.
Will fix, thanks!

            regards, tom lane


В списке pgsql-docs по дате отправления:

Предыдущее
От: vicky_vergara@hotmail.com
Дата:
Сообщение: FuncCallContext's call_cntr & max_calls are uint64
Следующее
От: Oleg Bartunov
Дата:
Сообщение: a little fix for text search