Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync
Michael Paquier <michael@paquier.xyz>
Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync Two booleans used for timeout tracking were used within some SIGALRM signal handlers, but they were not declared as sig_atomic_t, so mark them as such. This has no consequence on WIN32 for both tools. Author: Ranier Vilela Reviewed-by: Michael Paquier, Masahiko Sawada Discussion: https://postgr.es/m/CAEudQArCDQQiPiFR16=yu9k5s2tp4tgEe1U1ZbkW4ofx81AWWQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pgbench/pgbench.c | modified | +1 −1 |
| src/bin/pg_test_fsync/pg_test_fsync.c | modified | +1 −1 |
Discussion
- Small miscellaneous fixes 11 messages · 2022-09-30 → 2022-11-27