pgsql: Add error position to an error message

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add error position to an error message
Date: 2019-11-29 08:26:30
Message-ID: E1iabbi-0003SN-OF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add error position to an error message

Reviewed-by: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/6e7aa4a1-be6a-1a75-b1f9-83a678e5184a(at)2ndquadrant(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4feadeca1591fd5fe91bdf73a7897553f5366d7

Modified Files
--------------
src/backend/commands/prepare.c | 3 ++-
src/test/regress/expected/prepare.out | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-11-29 09:24:47 pgsql: Make allow_system_table_mods settable at run time
Previous Message Amit Kapila 2019-11-29 02:12:23 Re: pgsql: Add tests for '-f' option in dropdb utility.