File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ typedef enum
552
552
XLOG_FROM_ANY = 0 , /* request to read WAL from any source */
553
553
XLOG_FROM_ARCHIVE , /* restored using restore_command */
554
554
XLOG_FROM_PG_XLOG , /* existing file in pg_xlog */
555
- XLOG_FROM_STREAM , /* streamed from master */
555
+ XLOG_FROM_STREAM /* streamed from master */
556
556
} XLogSource ;
557
557
558
558
/* human-readable names for XLogSources, for debugging output */
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ typedef enum ObjectAccessType
45
45
OAT_DROP ,
46
46
OAT_POST_ALTER ,
47
47
OAT_NAMESPACE_SEARCH ,
48
- OAT_FUNCTION_EXECUTE ,
48
+ OAT_FUNCTION_EXECUTE
49
49
} ObjectAccessType ;
50
50
51
51
/*
Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ typedef enum BackendState
640
640
STATE_IDLEINTRANSACTION ,
641
641
STATE_FASTPATH ,
642
642
STATE_IDLEINTRANSACTION_ABORTED ,
643
- STATE_DISABLED ,
643
+ STATE_DISABLED
644
644
} BackendState ;
645
645
646
646
/* ----------
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ typedef enum
30
30
JSON_TOKEN_TRUE ,
31
31
JSON_TOKEN_FALSE ,
32
32
JSON_TOKEN_NULL ,
33
- JSON_TOKEN_END ,
33
+ JSON_TOKEN_END
34
34
} JsonTokenType ;
35
35
36
36
You can’t perform that action at this time.
0 commit comments