Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void) 0) when not in use.
Tom Lane <tgl@sss.pgh.pa.us>
Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void) 0) when not in use. This avoids warnings from more-anal-than-average compilers, and might prevent hidden syntax problems in the future. Andres Freund
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/lock.c | modified | +2 −2 |