Files
pg_stat_monitor/pg_stat_monitor.c
Anders Åstrand fef78a8f6f Fix broken and dangerous int array function
Instead of using unsafe libc functions (strcat) and cropping the
integers (givin snprintf a buffer too small for any integer) we use
postgres StringInfo as god intended.
2026-01-12 14:59:35 +01:00

117 KiB