FuncCallContext's call_cntr & max_calls are uint64 - Mailing list pgsql-docs

From vicky_vergara@hotmail.com
Subject FuncCallContext's call_cntr & max_calls are uint64
Date
Msg-id 20161111135422.8761.36733@wrigleys.postgresql.org
Whole thread Raw
Responses Re: FuncCallContext's call_cntr & max_calls are uint64  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/spi-examples.html
Description:

Hello:

This documentation issue is for 9.6 (I don't know if it also applies for
9.5, but I am sure it does not apply for 9.4)

In section 36.9.9
https://www.postgresql.org/docs/current/static/xfunc-c.html

says:

uint32 call_cntr;
...
uint32 max_calls;

based on:
http://doxygen.postgresql.org/funcapi_8h_source.html#l00057

It should say:

uint64 call_cntr;
...
uint64 call_cntr;



pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: misleading ALTER TABLE SET STORAGE
Next
From: Tom Lane
Date:
Subject: Re: FuncCallContext's call_cntr & max_calls are uint64