pgsql: Improve savepoint error messages

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Improve savepoint error messages
Дата
Msg-id E1ewt9B-0003tH-GS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve savepoint error messages

Include the savepoint name in the error message and rephrase it a bit to
match common style.

Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/81148856b0310e7b0e578508ace44c0aefcbee07

Modified Files
--------------
src/backend/access/transam/xact.c          | 12 ++++++------
src/test/regress/expected/transactions.out |  2 +-
2 files changed, 7 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Mop-up for letting VOID-returning SQL functions end with aSELEC
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: explicitly point out that enum values can't be dropped.