pgsql: Provide a HINT listing the allowed unit names when a GUC variable - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Provide a HINT listing the allowed unit names when a GUC variable
Date
Msg-id 20070621181421.BA1EB9FB742@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Provide a HINT listing the allowed unit names when a GUC variable seems to
contain a wrong unit specification, per discussion.
In passing, fix the code to avoid unnecessary integer overflows when
converting units, and to detect overflows when they do occur.

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.400 -> r1.401)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.400&r2=1.401)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Update password example.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allow trailing whitespace in parse_real(), for consistency with