Skip to content

Commit 9ec1dde

Browse files
committed
Fix built for PostgreSQL 18
1 parent 00997dc commit 9ec1dde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/trace_session.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#include "utils/portal.h"
66
#include "utils/jsonb.h"
77
#include "utils/guc.h"
8+
#if PG_MAJORVERSION_NUM >= 18
9+
#include "commands/explain_state.h"
10+
#include "commands/explain_format.h"
11+
#endif
812
#include "commands/explain.h"
913
#include "storage/ipc.h"
1014
#include "storage/proc.h"

0 commit comments

Comments
 (0)