pgsql/src/backend commands/variable.c parser/g ... - Mailing list pgsql-committers

From thomas@postgresql.org (Thomas Lockhart)
Subject pgsql/src/backend commands/variable.c parser/g ...
Date
Msg-id 20020421213703.4EB3F4758DD@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    02/04/21 17:37:03

Modified files:
    src/backend/commands: variable.c

Log message:
    Initialize or set a couple of variables to suppress compiler warnings.
    These were for cases protected by elog(ERROR) exits, but may as well
    keep the compiler happy. Not sure why they don't show up on my gcc-2.96.x
    version of the compiler.

Modified files:
    src/backend/parser: gram.y

Log message:
    Remove the definition for set_name_needs_quotes() on the assumption that
    it is now obsolete. Need some regression test cases to prove otherwise...


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/test/regress/expected horology-no-DS ...
Next
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql/src/backend/parser gram.y