mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
9 lines
174 B
C
9 lines
174 B
C
#define PGSQL_VERSION @PGSQL_VERSION@
|
|
#define POINTCLOUD_VERSION @POINTCLOUD_VERSION@
|
|
|
|
#if PGSQL_VERSION >= 96
|
|
#define _PARALLEL PARALLEL SAFE
|
|
#else
|
|
#define _PARALLEL
|
|
#endif
|