mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Remove extra comma at end of enum list
C99-specific feature, and wasn't intentional in the first place. Per buildfarm member mylodon
This commit is contained in:
parent
56c7d8d455
commit
d97a59a4c5
@ -16,7 +16,7 @@ typedef enum
|
||||
{
|
||||
CLOSE_NORMAL,
|
||||
CLOSE_UNLINK,
|
||||
CLOSE_NO_RENAME,
|
||||
CLOSE_NO_RENAME
|
||||
} WalCloseMethod;
|
||||
|
||||
typedef struct WalWriteMethod WalWriteMethod;
|
||||
|
Loading…
Reference in New Issue
Block a user