From: | markir(at)pgfoundry(dot)org (User Markir) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | bizgres - bizgres: Make the parsing of queue thresholds a little better |
Date: | 2006-09-11 04:05:28 |
Message-ID: | 20060911040528.474C686C68B@pgfoundry.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Make the parsing of queue thresholds a little better - in the active case we
can now avoid float format, but unfortunately need to keep it for cost.
The reason being my lack of comfort in having a max cost threshold of 1e+19,
given we (or I anyway) don't seem to have any hard data about maximum statement
cost values for DSS systems.
Also fixed a bug where it was impossible to cancel a threshold from a queue
via alter, plus used the macro for 'invalid threshold' instead of a bare
number where I found it.
Modified Files:
--------------
bizgres/postgresql/src/backend/commands:
queue.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/commands/queue.c.diff?r1=1.1&r2=1.2)
bizgres/postgresql/src/backend/parser:
gram.y (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/parser/gram.y.diff?r1=1.2&r2=1.3)
bizgres/postgresql/src/backend/utils/resscheduler:
README (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/resscheduler/README.diff?r1=1.6&r2=1.7)
From | Date | Subject | |
---|---|---|---|
Next Message | User Mario__ | 2006-09-11 05:27:49 | webtranslator - l10n: I think I've got a pre-release - An |
Previous Message | Tom Lane | 2006-09-11 02:50:07 | pgsql: Ooops, forgot to update ecpg comparison files to match |