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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: fix data types of FuncCallContext's call_cntr and max_calls
Date: 2016-11-11 17:04:17
Message-ID: E1c5FFR-0007xL-Bd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)8761(dot)36733(at)wrigleys(dot)postgresql(dot)org>

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-11-12 13:04:02 pgsql: Add minimal set of regression tests for pg_stat_statements.
Previous Message Tom Lane 2016-11-10 21:16:38 pgsql: Cleanup of rewriter and planner handling of Query.hasRowSecurity