Remove the arbitrary (and undocumented) limit on the number of parameter=value

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c04fd1b9dbdc56ea0b64939e6d62f685b28ecea3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-08-10T23:02:00Z
Releases: 9.1.0
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

PathChange+/−
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