aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/nodeFuncs.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-09-27 09:29:56 +0900
committerMichael Paquier <michael@paquier.xyz>2022-09-27 09:29:56 +0900
commit78fdb1e50f7fd394505a400b507f70ecffa6d7bf (patch)
tree02f9a40f9ec2c2740f2c7d09ee638733d2cc3967 /src/backend/nodes/nodeFuncs.c
parente1e6f8f3dfe141839220875270a81ad3a719e0b6 (diff)
downloadpostgresql-78fdb1e50f7fd394505a400b507f70ecffa6d7bf.tar.gz
postgresql-78fdb1e50f7fd394505a400b507f70ecffa6d7bf.zip
Mark ParallelMessagePending as sig_atomic_t
ParallelMessagePending was previously marked as a boolean which should be fine on modern platforms, but the C standard recommends the use of sig_atomic_t for variables manipulated in signal handlers. Author: Hayato Kuroda Discussion: https://postgr.es/m/TYAPR01MB58667C15A95A234720F4F876F5529@TYAPR01MB5866.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend/nodes/nodeFuncs.c')
0 files changed, 0 insertions, 0 deletions