Skip to content

Commit d3b427b

Browse files
author
Daniel Shelepanov
committed
[PBCKP-278] minor macro fix
1 parent 2810f4c commit d3b427b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: engine.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
#define PTRACK_MAGIC_SIZE 4
4646

4747
/* CFS support macro */
48-
#define CFS_SUPPORT (defined(PGPRO_EE) && PG_VERSION_NUM >= 120000)
48+
#if defined(PGPRO_EE) && PG_VERSION_NUM >= 120000
49+
#define CFS_SUPPORT 1
50+
#endif
4951

5052
/*
5153
* Header of ptrack map.

0 commit comments

Comments
 (0)