[email protected] 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
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
