pgsql: Doc: fix data types of FuncCallContext's call_cntr and max_calls - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix data types of FuncCallContext's call_cntr and max_calls
Date
Msg-id E1c5FFR-0007xM-Bh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cc302f375aed9c8987df6f6951e6b9da19fd4ada

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: fix data types of FuncCallContext's call_cntr and max_calls
Next
From: Andres Freund
Date:
Subject: pgsql: Add minimal set of regression tests for pg_stat_statements.