Skip to content

Commit b80945e

Browse files
committed
add new TODO regarding the postgres version
1 parent d18ff3e commit b80945e

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-
#if PG_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+
#if PG_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)