mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Remove unused code
Remove unused code, macros and imports.
This commit is contained in:
committed by
Artem Gavrilov
parent
58d569f26c
commit
4041b4bd02
@@ -52,8 +52,6 @@ PG_MODULE_MAGIC;
|
||||
#define PG_STAT_MONITOR_COLS_V2_3 73
|
||||
#define PG_STAT_MONITOR_COLS PG_STAT_MONITOR_COLS_V2_3 /* maximum of above */
|
||||
|
||||
#define PGSM_TEXT_FILE PGSTAT_STAT_PERMANENT_DIRECTORY "pg_stat_monitor_query"
|
||||
|
||||
#define PGUNSIXBIT(val) (((val) & 0x3F) + '0')
|
||||
|
||||
#define _snprintf(_str_dst, _str_src, _len, _max_len)\
|
||||
|
||||
Reference in New Issue
Block a user