diff options
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r-- | src/include/pg_config_manual.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index 8d5a3783876..a2b2b614bec 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -274,6 +274,13 @@ /* #define COPY_PARSE_PLAN_TREES */ /* + * Define this to force all raw parse trees for DML statements to be scanned + * by raw_expression_tree_walker(), to facilitate catching errors and + * omissions in that function. + */ +/* #define RAW_EXPRESSION_COVERAGE_TEST */ + +/* * Enable debugging print statements for lock-related operations. */ /* #define LOCK_DEBUG */ |