mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Issue - (#32): Fix the table_name's empty or wrong values issue.
Increase the size of the table_names array to fit all the names of tables in that array. Accidentally set the very low value for that.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
#define JUMBLE_SIZE 1024 /* query serialization buffer size */
|
||||
|
||||
#define MAX_RESPONSE_BUCKET 10
|
||||
#define MAX_REL_LEN 2
|
||||
#define MAX_REL_LEN 255
|
||||
#define MAX_BUCKETS 10
|
||||
#define MAX_OBJECT_CACHE 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user