Doc: fix data types of FuncCallContext's call_cntr and max_calls fields. Commit 23a27b039 widened these from uint32 to uint64, but I overlooked that the documentation explicitly showed them as uint32. Per report from Vicky Vergara.
Report: <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/1c1475577623019ff887825b9a804f78ec806344 Modified Files -------------- doc/src/sgml/xfunc.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
