postgresql/src/bin
Michael Paquier 1e314847dd 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
2022-11-26 20:12:33 +09:00
..
initdb meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_amcheck meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_archivecleanup meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_basebackup Use pg_pwrite_zeros() in walmethods.c 2022-11-08 12:37:11 +09:00
pg_checksums meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_config meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_controldata meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_ctl Check return value of pclose() correctly 2022-11-15 15:36:51 +01:00
pg_dump Fix typos and bump catversion. 2022-11-18 16:16:21 -05:00
pg_resetwal meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_rewind meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_test_fsync Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync 2022-11-26 20:12:33 +09:00
pg_test_timing meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_upgrade Expand AclMode to 64 bits 2022-11-23 14:43:16 -05:00
pg_verifybackup meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pg_waldump meson: Add windows resource files 2022-10-05 09:56:05 -07:00
pgbench Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsync 2022-11-26 20:12:33 +09:00
pgevent meson: Add windows resource files 2022-10-05 09:56:05 -07:00
psql psql: Improve tab completion for GRANT/REVOKE 2022-11-18 11:26:49 +09:00
scripts Export with_icu when running src/bin/scripts tests with meson 2022-11-17 07:43:50 +01:00
Makefile Update copyright for 2022 2022-01-07 19:04:57 -05:00
meson.build meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00