Change EXPLAIN operatorInfo to use ; separator #20520
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Development Task
This is a fork from the discussion in #20482
Currently the
operatorInfo
is separated by,
, but since this character is commonly used inrange(a,b)
, it would make it easier for automated programs to split based on a semicolon;
. i.e.The text was updated successfully, but these errors were encountered: