postgresql/src/backend/storage
Tom Lane b66fbd8afe Use SIGNAL_ARGS consistently to declare signal handlers.
Various bits of code were declaring signal handlers manually,
using "int signum" or variants of that.  We evidently have no
platforms where that's actually wrong, but let's use our
SIGNAL_ARGS macro everywhere anyway.  If nothing else, it's
good for finding signal handlers easily.

No need for back-patch, since this is just cosmetic AFAICS.

Discussion: https://postgr.es/m/2684964.1663167995@sss.pgh.pa.us
2022-09-14 14:44:50 -04:00
..
buffer Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
file Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat() 2022-09-02 16:58:06 +09:00
freespace Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
ipc Use SIGNAL_ARGS consistently to declare signal handlers. 2022-09-14 14:44:50 -04:00
large_object Update copyright for 2022 2022-01-07 19:04:57 -05:00
lmgr Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
page Convert macros to static inline functions (bufpage.h) 2022-07-11 07:21:52 +02:00
smgr Use TRUNCATE to preserve relfilenode for pg_largeobject + index. 2022-07-28 16:03:42 -04:00
sync Avoid shadowing a variable in sync.c. 2022-07-15 00:06:32 +12:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00