forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2cb1a5a
committed
Fix reading of BitString nodes
The node tokenizer went out of its way to store BitString node valueswithout the leading 'b'. But everything else in the system stores theleading 'b'. This would break if a BitString node isread-printed-read.Also, the node tokenizer didn't know that BitString node tokens couldalso 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.us1 parent43f4b34 commit2cb1a5a
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 |
| - | |
| 291 | + | |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
| |||
471 | 471 |
| |
472 | 472 |
| |
473 | 473 |
| |
474 |
| - | |
| 474 | + | |
475 | 475 |
| |
476 |
| - | |
477 |
| - | |
478 |
| - | |
| 476 | + | |
| 477 | + | |
479 | 478 |
| |
480 | 479 |
| |
481 | 480 |
| |
|
0 commit comments
Comments
(0)