diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pgstat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index db9675884f3..f43fac09ede 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -287,7 +287,6 @@ typedef enum IOObject IOOBJECT_TEMP_RELATION, } IOObject; -#define IOOBJECT_FIRST IOOBJECT_RELATION #define IOOBJECT_NUM_TYPES (IOOBJECT_TEMP_RELATION + 1) typedef enum IOContext @@ -298,7 +297,6 @@ typedef enum IOContext IOCONTEXT_VACUUM, } IOContext; -#define IOCONTEXT_FIRST IOCONTEXT_BULKREAD #define IOCONTEXT_NUM_TYPES (IOCONTEXT_VACUUM + 1) typedef enum IOOp @@ -311,7 +309,6 @@ typedef enum IOOp IOOP_WRITE, } IOOp; -#define IOOP_FIRST IOOP_EVICT #define IOOP_NUM_TYPES (IOOP_WRITE + 1) typedef struct PgStat_BktypeIO |