mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03: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:
@@ -16,7 +16,7 @@ typedef enum
|
||||
{
|
||||
CLOSE_NORMAL,
|
||||
CLOSE_UNLINK,
|
||||
CLOSE_NO_RENAME,
|
||||
CLOSE_NO_RENAME
|
||||
} WalCloseMethod;
|
||||
|
||||
typedef struct WalWriteMethod WalWriteMethod;
|
||||
|
Reference in New Issue
Block a user