pgsql: Remove thread dumping constant that requires newer Platform SDK

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Remove thread dumping constant that requires newer Platform SDK
Дата
Msg-id E1PUPwp-0003Hq-77@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove thread dumping constant that requires newer Platform SDK

Since we're not multithreaded it only provides marginally useful
information, and it does require a newer version of the Platform SDK
than we target. We may want to reconsider this in the future along
with a fix for MinGW.

Branch
------
master

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

Modified Files
--------------
src/backend/port/win32/crashdump.c |    5 -----
1 files changed, 0 insertions(+), 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix up handling of simple-form CASE with constant test expressio
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: pgsql: Allow bidirectional copy messages in streaming replication mode.