From: | thomas(at)postgresql(dot)org (Thomas Lockhart) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/backend commands/variable.c parser/g ... |
Date: | 2002-04-21 21:37:03 |
Message-ID: | 20020421213703.4EB3F4758DD@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)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...
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-04-21 21:52:18 | GUC vs variable.c (was Patches applied...) |
Previous Message | Tom Lane | 2002-04-21 21:06:21 | pgsql/src/test/regress/expected horology-no-DS ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2002-04-21 21:37:18 | Re: Patches applied; initdb time! |
Previous Message | Tom Lane | 2002-04-21 21:33:16 | Re: Patches applied; initdb time! |