mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ typedef enum
|
|||
{
|
||||
CLOSE_NORMAL,
|
||||
CLOSE_UNLINK,
|
||||
CLOSE_NO_RENAME,
|
||||
CLOSE_NO_RENAME
|
||||
} WalCloseMethod;
|
||||
|
||||
typedef struct WalWriteMethod WalWriteMethod;
|
||||
|
|
|
|||
Loading…
Reference in a new issue