forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit87cba40
committed
Some time ago John Gray <jgray@azuli.co.uk> and myself worked out and
tested a patch to contrib/xml where the existing code was causingpostgres to crash when it encountered & entities in the XML. I'veenclosed a patch that John came up with to correct this problem. Itpatches against 7.3 and will apply on 7.2x if the elog WARNING callsare changed to elog NOTICE.Michael Richards1 parent5b4c16e commit87cba40
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
| 205 | + | |
| 206 | + | |
206 | 207 |
| |
207 | 208 |
| |
208 | 209 |
| |
| |||
216 | 217 |
| |
217 | 218 |
| |
218 | 219 |
| |
| 220 | + | |
219 | 221 |
| |
220 | 222 |
| |
221 | 223 |
| |
| |||
227 | 229 |
| |
228 | 230 |
| |
229 | 231 |
| |
| 232 | + | |
230 | 233 |
| |
231 | 234 |
| |
232 | 235 |
| |
| |||
257 | 260 |
| |
258 | 261 |
| |
259 | 262 |
| |
260 |
| - | |
| 263 | + | |
261 | 264 |
| |
262 | 265 |
|
0 commit comments
Comments
(0)