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

Commite86abbb

Browse files
author
Alexander Korotkov
committed
Check PostgreSQL version during build.
1 parent5f40cb2 commite86abbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎pathman.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#include"storage/dsm.h"
1010
#include"storage/lwlock.h"
1111

12+
/* Check PostgreSQL version */
13+
#ifPG_VERSION_NUM<90500
14+
#error "You are trying to build pg_pathman with PostgreSQL version lower than 9.5. Please, check you environment."
15+
#endif
1216

1317
#defineALL NIL
1418
#defineINITIAL_BLOCKS_COUNT 8192

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp