summaryrefslogtreecommitdiff
path: root/src/pl
diff options
context:
space:
mode:
authorMichael Paquier2018-09-26 22:47:20 +0000
committerMichael Paquier2018-09-26 22:47:20 +0000
commitba16aade337b16028d1e9e156d83417097c13817 (patch)
tree861992d97ab2fd0b8212ecf95837730abcc4e0ce /src/pl
parent751f532b9766fb5d3c334758abea95b7bb085c5a (diff)
Switch flags tracking pending interrupts to sig_atomic_t
Those previously used bool, which should be safe on any modern platforms, however the C standard is clear that it is better to use sig_atomic_t for variables manipulated in signal handlers. This commit adds at the same time PGDLLIMPORT to ClientConnectionLost. Author: Michael Paquier Reviewed-by: Tom Lane, Chris Travers, Andres Freund Discussion: https://postgr.es/m/20180925011311.GD1354@paquier.xyz
Diffstat (limited to 'src/pl')
0 files changed, 0 insertions, 0 deletions