select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

CONFIGURATION / DEVELOPER OPTIONS

debug_raw_expression_coverage_test

Read PG 18 manual ↗

Enabling this forces all raw parse trees for DML statements to be scanned by raw_expression_tree_walker(), to facilitate catching errors and omissions in that function.

Type
bool
Context
See manual
Measured default
No measurement for this version
Unit

Definition PG 18 manual

Enabling this forces all raw parse trees for DML statements to be scanned by raw_expression_tree_walker(), to facilitate catching errors and omissions in that function. 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
  1. PG 17 → 18added

Definition snapshot: english-manuals:22ac55a6c01c12c6b545656c643… · English manual source