mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
uint -> uint32, portability.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user