Remove redundant spaces in _outA_Expr() output
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 15 Aug 2022 10:43:52 +0000 (12:43 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 15 Aug 2022 10:43:52 +0000 (12:43 +0200)
commit1c5818b9c68e5c2ac8f19d372f24cce409de1a26
treeaf7e5458d8b5a48a7e5e1a8ff9773d0d9d7d2070
parentf6c750d31d97a66a90e3389ae6832bf99cd15f30
Remove redundant spaces in _outA_Expr() output

Since WRITE_NODE_FIELD() output always starts with a space, we don't
need to go out of our way to print another space right before it.

This change is only for visual appearance; the tokenizer on the
reading side would read it the same way (but there is no read support
for A_Expr at this time anyway).
src/backend/nodes/outfuncs.c