Log Message:
---
Increase the statement_timeout value used in the prepared_xacts regression
test. We have seen some buildfarm failures that seem to be due to this
limit being unexpectedly exceeded when the machine is under load.
Modified Files:
--
pgsql/src/test/regress/sq
[EMAIL PROTECTED] (Alvaro Herrera) writes:
> Add generate_subscripts, a series-generation function which generates an
> array's subscripts.
Why are these marked volatile in pg_proc? Surely they generate the
same outputs given the same inputs, and therefore qualify as immutable.
Log Message:
---
Update comment for 8.4:
> #A hyphen, "-", marks changes that will appear in the upcoming 8.4 release.#
Modified Files:
--
pgsql/doc:
TODO (r1.2440 -> r1.2441)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2440&r2=1.2441)
Log Message:
---
Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,
which is a global variable not a function, and so the probe failed on machines
where the linker makes a distinction (cf. Red Hat bug #444317). Probe for
an actual function instead.
Tags:
REL
Log Message:
---
Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,
which is a global variable not a function, and so the probe failed on machines
where the linker makes a distinction (cf. Red Hat bug #444317). Probe for
an actual function instead.
Modified Files
Log Message:
---
Bump the catversion for the previous patch.
Modified Files:
--
pgsql/src/include/catalog:
catversion.h (r1.450 -> r1.451)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.450&r2=1.451)
--
Sent via pgsq
Log Message:
---
Add generate_subscripts, a series-generation function which generates an
array's subscripts.
Pavel Stehule, some editorialization by me.
Modified Files:
--
pgsql/doc/src/sgml:
array.sgml (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsw