Log Message:
---
Allow for unamed portals in checking of max_portals_per_transaction, it seems
easier to just allow 1 extra slot in the portal hash and only count named
portals.
Modified Files:
--
bizgres/postgresql/src/backend/utils/resscheduler:
resqueue.c (r1.8
Log Message:
---
Prevent ALTER RESOURCE QUEUE setting all limits to be invalid/ignored.
Modified Files:
--
bizgres/postgresql/src/backend/commands:
queue.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/co
Log Message:
---
Rationalize warnings about resource scheduler off for CREATE|ALTER|DROP
RESOURCE QUEUE.
Modified Files:
--
bizgres/postgresql/src/backend/commands:
queue.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgre
Log Message:
---
Cleanup for pglz_compress code: remove dead code, const-ify API of
remaining functions, simplify pglz_compress's API to not require a useless
data copy when compression fails. Also add a check in pglz_decompress that
the expected amount of data was decompressed.
Modified
Log Message:
---
Make use of qsort_arg in several places that were formerly using klugy
static variables. This avoids any risk of potential non-reentrancy,
and in particular offers a much cleaner workaround for the Intel compiler
bug that was affecting ginutil.c.
Modified Files:
-
[EMAIL PROTECTED] (Tom Lane) writes:
> Andrew Dunstan <[EMAIL PROTECTED]> writes:
>> Looks like we have broken Windows builds ... e.g.
>> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=yak&dt=2006-09-28%2012:37:33
>
> Yeah ... I was just trying to figure out why only Windows is showing the
> pro