Fix reading of BitString nodes
Peter Eisentraut <peter@eisentraut.org>
Fix reading of BitString nodes The node tokenizer went out of its way to store BitString node values without the leading 'b'. But everything else in the system stores the leading 'b'. This would break if a BitString node is read-printed-read. Also, the node tokenizer didn't know that BitString node tokens could also start with 'x'. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/4159834.1657405226@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/read.c | modified | +4 −5 |
Discussion
- Extending outfuncs support to utility statements 20 messages · 2022-07-09 → 2023-03-19