diff --git a/signal_handler.c b/signal_handler.c index e4962a5..f81c381 100644 --- a/signal_handler.c +++ b/signal_handler.c @@ -21,6 +21,9 @@ #endif #include "utils/builtins.h" #include "utils/memutils.h" +#if PG_VERSION_NUM >= 190000 +#include "varatt.h" +#endif /* * Structure of stack frame of fucntion call which resulted from analyze of query state