pgsql: Remove thread dumping constant that requires newer Platform SDK

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove thread dumping constant that requires newer Platform SDK
Date: 2010-12-19 20:33:39
Message-ID: E1PUPwp-0003Hq-77@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jaime Casanova 2010-12-19 23:22:42 Re: pgsql: Allow bidirectional copy messages in streaming replication mode.
Previous Message Tom Lane 2010-12-19 20:32:59 pgsql: Fix up handling of simple-form CASE with constant test expressio