]> granicus.if.org Git - postgresql/commit
Assert that pgwin32_signal_initialize() has been called early enough.
authorNoah Misch <noah@leadboat.com>
Thu, 4 Apr 2019 00:11:16 +0000 (17:11 -0700)
committerNoah Misch <noah@leadboat.com>
Thu, 4 Apr 2019 00:11:16 +0000 (17:11 -0700)
commitab9ed9be2378f02edf613e0543a29287e7484338
tree6ca051bb83504e1c5e1023c4c200c5f6471d6b99
parentf433394e48afbb733b1436276a5a08cd78443164
Assert that pgwin32_signal_initialize() has been called early enough.

Before the pgwin32_signal_initialize() call, the backend version of
pg_usleep() has no effect.  No in-tree code falls afoul of that today,
but temporary commit 23078689a9921968ac0873b017be6e7f772f10bc did so.

Discussion: https://postgr.es/m/20190402135442.GA1173872@rfd.leadboat.com
src/backend/port/win32/signal.c
src/port/open.c