Install Windows crash dump handler before all else.
authorNoah Misch <noah@leadboat.com>
Sun, 12 Nov 2017 22:31:00 +0000 (14:31 -0800)
committerNoah Misch <noah@leadboat.com>
Sun, 12 Nov 2017 22:31:04 +0000 (14:31 -0800)
commitd6387e27e952a687fd2d89874d928a5d27d1fb55
tree2b74964073f69d5b1065be025d787d2c25a708ae
parentdcbec53f4d90af369192695ee53f3b97e492b3bf
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
src/backend/main/main.c