pgsql/src/backend/parser gram.y

From: thomas(at)postgresql(dot)org (Thomas Lockhart)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser gram.y
Date: 2002-03-09 17:37:17
Message-ID: 20020309173717.86F64475912@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)org 02/03/09 12:37:17

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

Log message:
Guard against NULL strings in SET key=val constructs.
Problem noted by Fernando Nasser.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2002-03-09 17:41:08 pgsql/src/backend/parser Tag: REL7_2_STABLE gram.y
Previous Message Dave Cramer 2002-03-09 17:36:15 pgsql/src/interfaces/jdbc/org/postgresql error ...