forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9f66f9
committed
Fix XMLTABLE on older libxml2
libxml2 older than 2.9.1 does not have xmlXPathSetContextNode (releasedin 2013, so reasonable platforms have trouble). That function is fairlytrivial, so I have inlined it in the one added caller. This passestests on my machine; let's see what the buildfarm thinks about it.Per joint complaint from Tom Lane and buildfarm.1 parent0d130c7 commita9f66f9
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4431 | 4431 |
| |
4432 | 4432 |
| |
4433 | 4433 |
| |
4434 |
| - | |
| 4434 | + | |
4435 | 4435 |
| |
4436 | 4436 |
| |
4437 | 4437 |
| |
|
0 commit comments
Comments
(0)