aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/funcapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/funcapi.h b/src/include/funcapi.h
index 36a0cc47bdc..351a7a420d7 100644
--- a/src/include/funcapi.h
+++ b/src/include/funcapi.h
@@ -66,10 +66,10 @@ typedef struct
typedef struct
{
/* Number of times we've been called before */
- uint call_cntr;
+ uint32 call_cntr;
/* Maximum number of calls */
- uint max_calls;
+ uint32 max_calls;
/* pointer to result slot */
TupleTableSlot *slot;