diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-04-11 13:22:37 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-04-11 13:22:37 -0400 |
commit | 3c702b3ed1519624d50e7a42283b8d481a579f77 (patch) | |
tree | 6eef5958a5778a2e795d81399fbc6c5cce917de8 /src/backend/access/transam/xlog.c | |
parent | 93fcf2d2095674834e1ddbc6803ec043e3216afa (diff) | |
download | postgresql-3c702b3ed1519624d50e7a42283b8d481a579f77.tar.gz postgresql-3c702b3ed1519624d50e7a42283b8d481a579f77.zip |
Explicitly ignore guaranteed-true result from pgstat_lock_entry().
With nowait passed as false, pgstat_lock_entry() must return true
so there's no need to check its result. Coverity seems unconvinced
of this, so whack it upside the head with a (void) cast.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions