pull/592/merge
Zsolt Parragi 2025-12-05 19:52:27 +00:00 committed by GitHub
commit 76b78a4d69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -3774,7 +3774,7 @@ intarray_get_datum(int32 arr[], int len)
{ {
int j; int j;
char str[1024]; char str[1024];
char tmp[10]; char tmp[13];
str[0] = '\0'; str[0] = '\0';

View File

@ -326,8 +326,9 @@ typedef struct Counters
JitInfo jitinfo; JitInfo jitinfo;
ErrorInfo error; ErrorInfo error;
Wal_Usage walusage; Wal_Usage walusage;
int resp_calls[MAX_RESPONSE_BUCKET]; /* execution time's in int resp_calls[MAX_RESPONSE_BUCKET + 2]; /* execution time's in
* msec */ * msec; including 2
* outlier buckets */
int64 parallel_workers_to_launch; /* # of parallel workers planned int64 parallel_workers_to_launch; /* # of parallel workers planned
* to be launched */ * to be launched */
int64 parallel_workers_launched; /* # of parallel workers actually int64 parallel_workers_launched; /* # of parallel workers actually