pgsql: Tweak new error messages to match the actual syntax of DECLARE - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Tweak new error messages to match the actual syntax of DECLARE
Date
Msg-id 20071025134857.C9FB7754229@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Use more real-world examples in the text search parser
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Extract catalog info for error reporting before an error actually