pgsql: Create new errcode for recovery conflict caused by db drop on ma

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Create new errcode for recovery conflict caused by db drop on ma
Дата
Msg-id E1PkBxx-0003Ki-VJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Create new errcode for recovery conflict caused by db drop on master.
Previously reported as ERRCODE_ADMIN_SHUTDOWN, this case is now
reported as ERRCODE_DATABASE_DROPPED. No message text change.
Unlikely to happen on most servers, so low impact change to allow
session poolers to correctly handle this situation.

Tatsuo Ishii and Simon Riggs

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d6c1dc176a422ed19d698bb8ff9ed7b38c04a320

Modified Files
--------------
doc/src/sgml/errcodes.sgml      |    6 ++++++
src/backend/tcop/postgres.c     |    2 +-
src/include/utils/errcodes.h    |    1 +
src/pl/plpgsql/src/plerrcodes.h |    4 ++++
4 files changed, 12 insertions(+), 1 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Undefine setlocale() macro on Win32