pgsql: Remove STATUS_FOUND
Started by Peter Eisentrautover 6 years ago1 messagescomitters
Remove STATUS_FOUND
Replace the solitary use with a bool.
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: /messages/by-id/a6f91ead-0ce4-2a34-062b-7ab9813ea308@2ndquadrant.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(-)