1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix some compiler warnings that clang emits with -pedantic.

Andres Freund
This commit is contained in:
Robert Haas
2014-04-04 11:26:01 -04:00
parent b1236f4b7b
commit 59202fae04
6 changed files with 13 additions and 10 deletions

View File

@ -651,7 +651,7 @@ typedef enum
XLOG_FROM_ANY = 0, /* request to read WAL from any source */
XLOG_FROM_ARCHIVE, /* restored using restore_command */
XLOG_FROM_PG_XLOG, /* existing file in pg_xlog */
XLOG_FROM_STREAM, /* streamed from master */
XLOG_FROM_STREAM /* streamed from master */
} XLogSource;
/* human-readable names for XLogSources, for debugging output */