Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb705e7d

Browse files
author
Marina Polyakova
committed
PGPRO-13320: include commands/explain_format.h for PostgreSQL 18+
See the commit 9173e8b604636633a8e3aca54bb56a437bffa718 (Create explain_format.cand move relevant code there.) in PostgreSQL 18+.
1 parent271da32 commitb705e7d

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+
#ifPG_VERSION_NUM >=180000
15+
#include"commands/explain_format.h"
16+
#endif
1417
#include"miscadmin.h"
1518
#ifPG_VERSION_NUM >=100000
1619
#include"pgstat.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp