postgresql/src/backend/storage/ipc
Peter Eisentraut 7e9a4c5c3d Use consistent style for checking return from system calls
Use

    if (something() != 0)
        error ...

instead of just

    if (something)
        error ...

The latter is not incorrect, but it's a bit confusing and not the
common style.

Discussion: https://www.postgresql.org/message-id/flat/5de61b6b-8be9-7771-0048-860328efe027%402ndquadrant.com
2019-07-07 15:28:49 +02:00
..
barrier.c Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
dsm_impl.c Use consistent style for checking return from system calls 2019-07-07 15:28:49 +02:00
dsm.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
ipc.c
ipci.c
latch.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
Makefile
pmsignal.c Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
procarray.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
procsignal.c
shm_mq.c Fix more typos and inconsistencies in the tree 2019-06-17 16:13:16 +09:00
shm_toc.c
shmem.c
shmqueue.c
signalfuncs.c Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
sinval.c
sinvaladt.c
standby.c Fix typos in various places 2019-06-03 13:44:03 +09:00