| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove STATUS_FOUND |
| Date: | 2020-01-11 07:13:52 |
| Message-ID: | E1iqAy0-00071C-Mu@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Remove STATUS_FOUND
Replace the solitary use with a bool.
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://www.postgresql.org/message-id/flat/a6f91ead-0ce4-2a34-062b-7ab9813ea308%402ndquadrant.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/c096a804d9dcc46f1a8ebf2742696aca90b2dfcf
Modified Files
--------------
src/backend/storage/lmgr/lock.c | 24 +++++++++++-------------
src/backend/storage/lmgr/proc.c | 12 ++++--------
src/include/c.h | 1 -
src/include/storage/lock.h | 2 +-
4 files changed, 16 insertions(+), 23 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2020-01-11 08:10:12 | pgsql: Make lsn argument of walrcv_create_slot() optional |
| Previous Message | Noah Misch | 2020-01-11 02:34:27 | pgsql: Maintain valid md.c state when FileClose() fails. |