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

engine.h

Lines changed: 3 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy