pgsql: Make some small improvements in the accuracy of plpgsql's error

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make some small improvements in the accuracy of plpgsql's error
Date: 2007-01-28 17:58:13
Message-ID: 20070128175813.B581F9FB288@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make some small improvements in the accuracy of plpgsql's error location
reports; inspired by the misleading CONTEXT lines shown in recent bug report
from Stefan Kaltenbrunner. Also, allow statement-type names shown in these
messages to be translated.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.184 -> r1.185)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.184&r2=1.185)
pl_funcs.c (r1.56 -> r1.57)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_funcs.c.diff?r1=1.56&r2=1.57)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2007-01-28 18:32:00 plpsm - plpgpsm: plpgpsm doesn't need any core patch.
Previous Message Andrew Dunstan 2007-01-28 16:29:38 pgsql: Fix path problem in MSVC bison wrapper.