PG-382: Adjust the maximum value for histogram buckets.

There was no maximum limit set for the number of maximum histograms
bucket, which can lead to a crash in case of higher value.

PG-382: Adjust the maximum value for histogram buckets.

Fix the regression issue related to GUC and set the maximum
buckets value correctly.

PG-382: Adjust the maximum value for histogram buckets.

Fix the TAP test cases.
This commit is contained in:
Ibrar Ahmed
2022-05-06 19:59:06 +00:00
committed by Ibrar Ahmed
parent b3a2b8daf0
commit 13eedd579e
21 changed files with 88 additions and 80 deletions

View File

@@ -68,7 +68,7 @@
#define JUMBLE_SIZE 1024 /* query serialization buffer size */
#define MAX_RESPONSE_BUCKET 10
#define MAX_RESPONSE_BUCKET 50
#define INVALID_BUCKET_ID -1
#define MAX_REL_LEN 255
#define MAX_BUCKETS 10