Remove ancient PL/pgsql line numbering hack.

Robert Haas <rhaas@postgresql.org>

Commit: c3a05881de21438a29b6dc721ebd7d1e028a905a
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-08-02T03:46:54Z
Releases: 9.1.0
Remove ancient PL/pgsql line numbering hack.

While this hack arguably has some benefit in terms of making PL/pgsql's
line numbering match the programmer's expectations, it also makes
PL/pgsql inconsistent with the remaining PLs, making it difficult for
clients to reliably determine where the error actually is.  On balance,
it seems better to be consistent.

Pavel Stehule

Files