Remove STATUS_FOUND

Peter Eisentraut <peter@eisentraut.org>

Commit: c096a804d9dcc46f1a8ebf2742696aca90b2dfcf
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-01-11T06:48:57Z
Releases: 13.0
Remove STATUS_FOUND

Replace the solitary use with a bool.

Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://www.postgresql.org/message-id/flat/a6f91ead-0ce4-2a34-062b-7ab9813ea308%402ndquadrant.com

Files

PathChange+/−
src/backend/storage/lmgr/lock.c modified +11 −13
src/backend/storage/lmgr/proc.c modified +4 −8
src/include/c.h modified +0 −1
src/include/storage/lock.h modified +1 −1

Discussion