Re: FuncCallContext's call_cntr & max_calls are uint64

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: vicky_vergara(at)hotmail(dot)com
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: FuncCallContext's call_cntr & max_calls are uint64
Date: 2016-11-11 15:22:53
Message-ID: 26516.1478877773@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

vicky_vergara(at)hotmail(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Oleg Bartunov 2016-11-12 20:25:20 a little fix for text search
Previous Message vicky_vergara 2016-11-11 13:54:22 FuncCallContext's call_cntr & max_calls are uint64