forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c5818b
committed
Remove redundant spaces in _outA_Expr() output
Since WRITE_NODE_FIELD() output always starts with a space, we don'tneed to go out of our way to print another space right before it.This change is only for visual appearance; the tokenizer on thereading side would read it the same way (but there is no read supportfor A_Expr at this time anyway).1 parentf6c750d commit1c5818b
1 file changed
+13
-16
lines changedLines changed: 13 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
548 |
| - | |
549 | 548 |
| |
550 | 549 |
| |
551 | 550 |
| |
552 |
| - | |
553 | 551 |
| |
554 |
| - | |
| 552 | + | |
555 | 553 |
| |
556 | 554 |
| |
557 |
| - | |
558 | 555 |
| |
559 |
| - | |
| 556 | + | |
560 | 557 |
| |
561 | 558 |
| |
562 |
| - | |
| 559 | + | |
563 | 560 |
| |
564 | 561 |
| |
565 | 562 |
| |
566 |
| - | |
| 563 | + | |
567 | 564 |
| |
568 | 565 |
| |
569 | 566 |
| |
570 |
| - | |
| 567 | + | |
571 | 568 |
| |
572 | 569 |
| |
573 | 570 |
| |
574 |
| - | |
| 571 | + | |
575 | 572 |
| |
576 | 573 |
| |
577 | 574 |
| |
578 |
| - | |
| 575 | + | |
579 | 576 |
| |
580 | 577 |
| |
581 | 578 |
| |
582 |
| - | |
| 579 | + | |
583 | 580 |
| |
584 | 581 |
| |
585 | 582 |
| |
586 |
| - | |
| 583 | + | |
587 | 584 |
| |
588 | 585 |
| |
589 | 586 |
| |
590 |
| - | |
| 587 | + | |
591 | 588 |
| |
592 | 589 |
| |
593 | 590 |
| |
594 |
| - | |
| 591 | + | |
595 | 592 |
| |
596 | 593 |
| |
597 | 594 |
| |
598 |
| - | |
| 595 | + | |
599 | 596 |
| |
600 | 597 |
| |
601 | 598 |
| |
602 |
| - | |
| 599 | + | |
603 | 600 |
| |
604 | 601 |
| |
605 | 602 |
| |
|
0 commit comments
Comments
(0)