pgsql: Add error position to an error message - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add error position to an error message
Date
Msg-id E1iabbi-0003SN-OF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add error position to an error message

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


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Add tests for '-f' option in dropdb utility.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Make allow_system_table_mods settable at run time