Doc: fix data types of FuncCallContext's call_cntr and max_calls fields.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1c1475577623019ff887825b9a804f78ec806344
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-11-11T17:03:49Z
Releases: 10.0
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: <20161111135422.8761.36733@wrigleys.postgresql.org>

Files

PathChange+/−
doc/src/sgml/xfunc.sgml modified +3 −3

Documentation touched