diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-09-29 14:28:13 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-09-29 14:28:13 +0900 |
commit | 5ac9e869191148741539e626b84ba7e77dc71670 (patch) | |
tree | ee747f5173f7eb1cb3e376090ce761703eea2d39 /src/backend/executor/nodeModifyTable.c | |
parent | b8d8a4593a3a2daa5e16e4a3634d9284fe14667f (diff) | |
download | postgresql-5ac9e869191148741539e626b84ba7e77dc71670.tar.gz postgresql-5ac9e869191148741539e626b84ba7e77dc71670.zip |
Mark sigint_interrupt_enabled as sig_atomic_t
This is a continuation of 78fdb1e, where this flag is set in the psql
callback handler used for SIGINT. This was previously a boolean but the
C standard recommends the use of sig_atomic_t. Note that this
influences PromptInterruptContext in string.h, where the same flag is
tracked.
Author: Hayato Kuroda
Discussion: https://postgr.es/m/TYAPR01MB58669A9EC96AA3078C2CD938F5549@TYAPR01MB5866.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions