From 8b9884d699d02cffd80404fc233ead053fc08dab Mon Sep 17 00:00:00 2001 From: Makarov Viacheslav Date: Wed, 24 Jun 2026 16:23:59 +0300 Subject: [PATCH] [PGPRO-19215][PGPRO-15770] - adding varatt.h to contrib/pg_query_state/signal_handler.c Tags: pg_query_state Authors: Vyacheslav Makarov, Marina Polyakova. --- signal_handler.c | 3 +++ 1 file changed, 3 insertions(+) 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