Skip to content

Commit 8b86257

Browse files
committed
Added a Percona specific definition to pg_config, allowing our
extension to see if custom features can be used
1 parent 0be079e commit 8b86257

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/include/pg_config_manual.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,3 +383,8 @@
383383
* Enable tracing of syncscan operations (see also the trace_syncscan GUC var).
384384
*/
385385
/* #define TRACE_SYNCSCAN */
386+
387+
/*
388+
* Enable Percona specific features, should always be defined in this fork
389+
*/
390+
#define PERCONA_FORK 1

0 commit comments

Comments
 (0)