Skip to content

Commit

Permalink
fix: scale was off
Browse files Browse the repository at this point in the history
  • Loading branch information
pgguru committed Feb 5, 2024
1 parent 380c88e commit 17fd1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_kaboom.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define PG_MAJOR_VERSION (PG_VERSION_NUM / 100)

/* compatibility macros */
#if PG_MAJOR_VERSION < 16
#if PG_MAJOR_VERSION < 1600
#define GET_BEENTRY(i) pgstat_fetch_stat_beentry(i);
#else
#define GET_BEENTRY(i) pgstat_get_beentry_by_backend_id(i);
Expand Down

0 comments on commit 17fd1c6

Please sign in to comment.