Обсуждение: pgsql: Remove STATUS_FOUND

Поиск
Список
Период
Сортировка

pgsql: Remove STATUS_FOUND

От
Peter Eisentraut
Дата:
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

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(-)