Remove the arbitrary (and undocumented) limit on the number of parameter=value
Tom Lane <tgl@sss.pgh.pa.us>
Remove the arbitrary (and undocumented) limit on the number of parameter=value pairs that can be handled by xslt_process(). There is much else to do here, but this patch seems useful in its own right for as long as this code survives. Pavel Stehule, reviewed by Mike Fowler
Files
| Path | Change | +/− |
|---|---|---|
| contrib/xml2/expected/xml2_1.out | modified | +50 −0 |
| contrib/xml2/expected/xml2.out | modified | +68 −0 |
| contrib/xml2/sql/xml2.sql | modified | +50 −0 |
| contrib/xml2/xslt_proc.c | modified | +32 −19 |