Skip to content

Commit b705e7d

Browse files
author
Marina Polyakova
committed
PGPRO-13320: include commands/explain_format.h for PostgreSQL 18+
See the commit 9173e8b604636633a8e3aca54bb56a437bffa718 (Create explain_format.c and move relevant code there.) in PostgreSQL 18+.
1 parent 271da32 commit b705e7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

signal_handler.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
#include "pg_query_state.h"
1212

1313
#include "commands/explain.h"
14+
#if PG_VERSION_NUM >= 180000
15+
#include "commands/explain_format.h"
16+
#endif
1417
#include "miscadmin.h"
1518
#if PG_VERSION_NUM >= 100000
1619
#include "pgstat.h"

0 commit comments

Comments
 (0)