[COMMITTERS] pgsql: Install Windows crash dump handler before all else.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема [COMMITTERS] pgsql: Install Windows crash dump handler before all else.
Дата
Msg-id E1eE0nH-0002CC-4W@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Install Windows crash dump handler before all else.

Apart from calling write_stderr() on failure, the handler depends on no
PostgreSQL facilities.  We have experienced crashes before reaching the
former call site.  Given such an early crash, this change cannot hurt
and may produce a helpful dump.  Absent an early crash, this change has
no effect.  Back-patch to 9.3 (all supported versions).

Takayuki Tsunakawa

Discussion: https://postgr.es/m/0A3221C70F24FB45833433255569204D1F80CD13@G01JPEXMBYT05

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
src/backend/main/main.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: [COMMITTERS] pgsql: Don't call pgwin32_message_to_UTF16() withoutCurrentMemoryConte
Следующее
От: Noah Misch
Дата:
Сообщение: [COMMITTERS] pgsql: MSVC: Rebuild spiexceptions.h when out of date.