Remove STATUS_WAITING

Peter Eisentraut <peter@eisentraut.org>

Commit: a513f1dfbf2c29a51b0f7cbd5913ce2d2ee452c5
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-06-17T07:14:37Z
Releases: 14.0
Remove STATUS_WAITING

Add a separate enum for use in the locking APIs, which were the only
user.

Discussion: https://www.postgresql.org/message-id/flat/a6f91ead-0ce4-2a34-062b-7ab9813ea308%402ndquadrant.com

Files

PathChange+/−
src/backend/access/transam/twophase.c modified +1 −1
src/backend/storage/lmgr/lock.c modified +4 −4
src/backend/storage/lmgr/proc.c modified +23 −23
src/include/c.h modified +0 −1
src/include/storage/proc.h modified +10 −3

Discussion