forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2054071
committed
Delete contrib/xml2's legacy implementation of xml_is_well_formed().
This function is unreferenced in modern usage; it was superseded in 9.1by a core function of the same name. It has been left in place in the Ccode only so that pre-9.1 SQL definitions of the contrib/xml2 functionswould continue to work. Six years seems like enough time for people tohave updated to the extension-style version of the xml2 module, so let'sdrop this.The key reason for not keeping it any longer is that we want to stickan explicit PGDLLEXPORT into PG_FUNCTION_INFO_V1(), and the similarityof name to the core function creates a conflict that compilers willcomplain about.Extracted from a larger patch for that purpose. I'm committing thischange separately to give it more visibility in the commit logs.While at it, remove the documentation entry that claimed thatxml_is_well_formed() is a function provided by contrib/xml2, andinstead mention the even more ancient alias xml_valid().Laurenz Albe, doc change by mePatch: <A737B7A37273E048B164557ADEF4A58B53962ED8@ntex2010a.host.magwien.gv.at>1 parentd5f6f13 commit2054071
2 files changed
+5
-50
lines changedLines changed: 0 additions & 45 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 | 84 |
| |
130 | 85 |
| |
131 | 86 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
0 commit comments
Comments
(0)