diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-06-17 09:14:37 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-06-17 09:14:37 +0200 |
commit | a513f1dfbf2c29a51b0f7cbd5913ce2d2ee452c5 (patch) | |
tree | a0be32004adffe63ad9f45ab454b93bcccc060c6 /src/include/c.h | |
parent | 42aa1f0ab321fd43cbfdd875dd9e13940b485900 (diff) |
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
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h index d72b23afe4c..a904b49a37f 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -1133,7 +1133,6 @@ typedef union PGAlignedXLogBlock #define STATUS_OK (0) #define STATUS_ERROR (-1) #define STATUS_EOF (-2) -#define STATUS_WAITING (2) /* * gettext support |