forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit840729f
committed
Fix incorrect xmlschema output for types timetz and timestamptz.
The output of table_to_xmlschema() and allied functions includesa regex describing valid values for these types ... but the regexwas itself invalid, as it failed to escape a literal "+" sign.Report and fix by Renan Soares Lopes. Back-patch to allsupported branches.Discussion:https://postgr.es/m/7f6fabaa-3f8f-49ab-89ca-59fbfe633105@me.com1 parent1f5ef5a commit840729f
File tree
4 files changed
+514
-438
lines changed- src
- backend/utils/adt
- test/regress
- expected
- sql
4 files changed
+514
-438
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3673 | 3673 |
| |
3674 | 3674 |
| |
3675 | 3675 |
| |
3676 |
| - | |
| 3676 | + | |
3677 | 3677 |
| |
3678 | 3678 |
| |
3679 | 3679 |
| |
| |||
3696 | 3696 |
| |
3697 | 3697 |
| |
3698 | 3698 |
| |
3699 |
| - | |
| 3699 | + | |
3700 | 3700 |
| |
3701 | 3701 |
| |
3702 | 3702 |
| |
|
0 commit comments
Comments
(0)