[COMMITTERS] bizgres - bizgres: Allow for unamed portals in checking of

2006-10-05 Thread User Markir
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

[COMMITTERS] bizgres - bizgres: Prevent ALTER RESOURCE QUEUE setting all limits to be

2006-10-05 Thread User Markir
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

[COMMITTERS] bizgres - bizgres: Rationalize warnings about resource scheduler off for

2006-10-05 Thread User Markir
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

[COMMITTERS] pgsql: Cleanup for pglz_compress code: remove dead code, const-ify API

2006-10-05 Thread Tom Lane
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

[COMMITTERS] pgsql: Make use of qsort_arg in several places that were formerly using

2006-10-05 Thread Tom Lane
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: -

Re: [COMMITTERS] pgsql: Replace strncpy with strlcpy in selected places that seem

2006-10-05 Thread Chris Browne
[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