diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-03-18 16:01:42 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-03-18 16:01:42 -0400 |
commit | 840729fd104e6ff35e0a6ebcf06ad053403a96f5 (patch) | |
tree | 2615426ef9672b8e7958d902212931ffd0463cce /contrib/postgres_fdw/postgres_fdw.c | |
parent | 1f5ef5ae0806cb75bb0297e46e41765ffa426252 (diff) | |
download | postgresql-840729fd104e6ff35e0a6ebcf06ad053403a96f5.tar.gz postgresql-840729fd104e6ff35e0a6ebcf06ad053403a96f5.zip |
Fix incorrect xmlschema output for types timetz and timestamptz.
The output of table_to_xmlschema() and allied functions includes
a regex describing valid values for these types ... but the regex
was itself invalid, as it failed to escape a literal "+" sign.
Report and fix by Renan Soares Lopes. Back-patch to all
supported branches.
Discussion: https://postgr.es/m/7f6fabaa-3f8f-49ab-89ca-59fbfe633105@me.com
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions