forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcc302f3
committed
Doc: fix data types of FuncCallContext's call_cntr and max_calls fields.
Commit23a27b0 widened these from uint32 to uint64, but I overlookedthat the documentation explicitly showed them as uint32. Per reportfrom Vicky Vergara.Report: <20161111135422.8761.36733@wrigleys.postgresql.org>1 parent05a6e87 commitcc302f3
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2870 | 2870 |
| |
2871 | 2871 |
| |
2872 | 2872 |
| |
2873 |
| - | |
| 2873 | + | |
2874 | 2874 |
| |
2875 | 2875 |
| |
2876 | 2876 |
| |
2877 | 2877 |
| |
2878 | 2878 |
| |
2879 | 2879 |
| |
2880 | 2880 |
| |
2881 |
| - | |
| 2881 | + | |
2882 | 2882 |
| |
2883 | 2883 |
| |
2884 | 2884 |
| |
| |||
2887 | 2887 |
| |
2888 | 2888 |
| |
2889 | 2889 |
| |
2890 |
| - | |
| 2890 | + | |
2891 | 2891 |
| |
2892 | 2892 |
| |
2893 | 2893 |
| |
|
0 commit comments
Comments
(0)