CONFIGURATION / DEVELOPER OPTIONS
debug_write_read_parse_plan_trees
Read PG 18 manual ↗Enabling this forces all parse and plan trees to be passed through outfuncs.c/readfuncs.c, to facilitate catching errors and omissions in those modules.
- Type
- bool
- Context
- See manual
- Measured default
- No measurement for this version
- Unit
- —
Definition PG 18 manual
Enabling this forces all parse and plan trees to be passed through outfuncs.c/readfuncs.c, to facilitate catching errors and omissions in those modules. The default is off.
This parameter is only available when DEBUG_NODE_TESTS_ENABLED was defined at compile time (which happens automatically when using the configure option --enable-cassert).
Version history 1
- PG 17 → 18added
Definition snapshot: english-manuals:2f99edf4e98281ec05842999934… · English manual source