Added a Percona specific definition to pg_config, allowing our

extension to see if custom features can be used
This commit is contained in:
Zsolt Parragi 2024-06-17 07:09:57 +01:00
parent 4e0864af16
commit 4a3f56c5f8

View File

@ -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