Added a Percona specific definition to pg_config, allowing our
extension to see if custom features can be used
This commit is contained in:
parent
4e0864af16
commit
4a3f56c5f8
@ -383,3 +383,8 @@
|
||||
* Enable tracing of syncscan operations (see also the trace_syncscan GUC var).
|
||||
*/
|
||||
/* #define TRACE_SYNCSCAN */
|
||||
|
||||
/*
|
||||
* Enable Percona specific features, should always be defined in this fork
|
||||
*/
|
||||
#define PERCONA_FORK 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user