pgsql: Tweak new error messages to match the actual syntax of DECLARE

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak new error messages to match the actual syntax of DECLARE
Date: 2007-10-25 13:48:57
Message-ID: 20071025134857.C9FB7754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Tweak new error messages to match the actual syntax of DECLARE CURSOR.
(Last night I copied-and-pasted from the WITH HOLD case, but that's
wrong because of the bizarrely irregular syntax specified by the standard.)

Modified Files:
--------------
pgsql/src/backend/executor:
spi.c (r1.182 -> r1.183)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/spi.c?r1=1.182&r2=1.183)
pgsql/src/backend/parser:
analyze.c (r1.368 -> r1.369)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c?r1=1.368&r2=1.369)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-10-25 14:45:55 pgsql: Extract catalog info for error reporting before an error actually
Previous Message Alvaro Herrera 2007-10-25 13:06:36 pgsql: Use more real-world examples in the text search parser