pgsql: Remove the arbitrary (and undocumented) limit on the number of

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove the arbitrary (and undocumented) limit on the number of
Date: 2010-08-10 23:02:00
Message-ID: 20100810230200.98F617541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/contrib/xml2:
xslt_proc.c (r1.21 -> r1.22)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xslt_proc.c?r1=1.21&r2=1.22)
pgsql/contrib/xml2/expected:
xml2.out (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/expected/xml2.out?r1=1.1&r2=1.2)
xml2_1.out (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/expected/xml2_1.out?r1=1.1&r2=1.2)
pgsql/contrib/xml2/sql:
xml2.sql (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/sql/xml2.sql?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Shigehiro 2010-08-11 09:22:24 press - pr: per review from JPUG members
Previous Message Tom Lane 2010-08-10 21:51:00 pgsql: Add three-parameter forms of array_to_string and string_to_array,