Merge 9fd3141c6b into 71b045b3a4
commit
76b78a4d69
|
|
@ -3774,7 +3774,7 @@ intarray_get_datum(int32 arr[], int len)
|
|||
{
|
||||
int j;
|
||||
char str[1024];
|
||||
char tmp[10];
|
||||
char tmp[13];
|
||||
|
||||
str[0] = '\0';
|
||||
|
||||
|
|
|
|||
|
|
@ -326,8 +326,9 @@ typedef struct Counters
|
|||
JitInfo jitinfo;
|
||||
ErrorInfo error;
|
||||
Wal_Usage walusage;
|
||||
int resp_calls[MAX_RESPONSE_BUCKET]; /* execution time's in
|
||||
* msec */
|
||||
int resp_calls[MAX_RESPONSE_BUCKET + 2]; /* execution time's in
|
||||
* msec; including 2
|
||||
* outlier buckets */
|
||||
int64 parallel_workers_to_launch; /* # of parallel workers planned
|
||||
* to be launched */
|
||||
int64 parallel_workers_launched; /* # of parallel workers actually
|
||||
|
|
|
|||
Loading…
Reference in New Issue