diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-17 16:31:07 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-17 16:31:16 -0500 |
commit | 37afc079abe1986b4af94aa8ec28cefd663aaae6 (patch) | |
tree | c9105585dcb7cf52a12eb1ebb3555819ad4ccf0c /src/backend/access/transam/commit_ts.c | |
parent | 125f551c8be101ec36ec5fed5befc8fbf7370e0a (diff) | |
download | postgresql-37afc079abe1986b4af94aa8ec28cefd663aaae6.tar.gz postgresql-37afc079abe1986b4af94aa8ec28cefd663aaae6.zip |
Avoid defining SIGTTIN/SIGTTOU on Windows.
Setting them to SIG_IGN seems unlikely to have any beneficial effect
on that platform, and given the signal numbering collision with SIGABRT,
it could easily have bad effects.
Given the lack of field complaints that can be traced to this, I don't
presently feel a need to back-patch.
Discussion: https://postgr.es/m/5627.1542477392@sss.pgh.pa.us
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
0 files changed, 0 insertions, 0 deletions