Commit 2e0f93d
committed
Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
NO INDENT is the default, and is added if no explicit indentation
flag was provided with XMLSERIALIZE().
Oversight in 483bdb2.
Author: Jim Jones <jim.jones@uni-muenster.de>
Discussion: https://postgr.es/m/bebd457e-5b43-46b3-8fc6-f6a6509483ba@uni-muenster.de
Backpatch-through: 161 parent 57dca6f commit 2e0f93d
File tree
5 files changed
+39
-12
lines changed- src
- backend/utils/adt
- test/regress
- expected
- sql
5 files changed
+39
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9898 | 9898 | | |
9899 | 9899 | | |
9900 | 9900 | | |
| 9901 | + | |
9901 | 9902 | | |
9902 | 9903 | | |
9903 | 9904 | | |
| 9905 | + | |
| 9906 | + | |
| 9907 | + | |
| 9908 | + | |
| 9909 | + | |
| 9910 | + | |
9904 | 9911 | | |
9905 | 9912 | | |
9906 | 9913 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
| 825 | + | |
| 826 | + | |
825 | 827 | | |
826 | 828 | | |
827 | | - | |
828 | | - | |
| 829 | + | |
| 830 | + | |
829 | 831 | | |
| 832 | + | |
| 833 | + | |
830 | 834 | | |
831 | 835 | | |
832 | | - | |
| 836 | + | |
833 | 837 | | |
834 | 838 | | |
835 | 839 | | |
836 | 840 | | |
837 | | - | |
838 | | - | |
839 | | - | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
840 | 844 | | |
841 | 845 | | |
842 | 846 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
586 | 596 | | |
587 | 597 | | |
588 | 598 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
| 811 | + | |
| 812 | + | |
811 | 813 | | |
812 | 814 | | |
813 | | - | |
814 | | - | |
| 815 | + | |
| 816 | + | |
815 | 817 | | |
| 818 | + | |
| 819 | + | |
816 | 820 | | |
817 | 821 | | |
818 | | - | |
| 822 | + | |
819 | 823 | | |
820 | 824 | | |
821 | 825 | | |
822 | 826 | | |
823 | | - | |
824 | | - | |
825 | | - | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
826 | 830 | | |
827 | 831 | | |
828 | 832 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
0 commit comments