Re: FuncCallContext's call_cntr & max_calls are uint64 - Mailing list pgsql-docs

From Tom Lane
Subject Re: FuncCallContext's call_cntr & max_calls are uint64
Date
Msg-id 26516.1478877773@sss.pgh.pa.us
Whole thread Raw
In response to FuncCallContext's call_cntr & max_calls are uint64  (vicky_vergara@hotmail.com)
List 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 by date:

Previous
From: vicky_vergara@hotmail.com
Date:
Subject: FuncCallContext's call_cntr & max_calls are uint64
Next
From: Oleg Bartunov
Date:
Subject: a little fix for text search