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

Commitb80945e

Browse files
committed
add new TODO regarding the postgres version
1 parentd18ff3e commitb80945e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎src/pathman.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@
2525
#include"nodes/execnodes.h"
2626
#include"optimizer/planner.h"
2727
#include"parser/parsetree.h"
28-
#include"storage/lwlock.h"
2928

3029

3130
/* Check PostgreSQL version */
32-
#ifPG_VERSION_NUM<90500
33-
#error "You are trying to build pg_pathman with PostgreSQL version lower than 9.5. Please, check your environment."
31+
/*
32+
* TODO: a fix for WaitForBackgroundWorkerShutdown()
33+
* has been accepted, so we have to update this number.
34+
*/
35+
#ifPG_VERSION_NUM<90503
36+
#error "Cannot build pg_pathman with PostgreSQL version lower than 9.5.3"
3437
#endif
3538

3639
/* Print Datum as CString to server log */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp