Remove unused code

Remove unused code, macros and imports.
This commit is contained in:
Artem Gavrilov
2026-01-15 16:33:16 +02:00
committed by Artem Gavrilov
parent 58d569f26c
commit 4041b4bd02
2 changed files with 0 additions and 46 deletions

View File

@@ -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)\