summaryrefslogtreecommitdiff
path: root/src/include/access/xlogprefetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/xlogprefetcher.h')
-rw-r--r--src/include/access/xlogprefetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xlogprefetcher.h b/src/include/access/xlogprefetcher.h
index 7dd7f20ad06..892ec3e0272 100644
--- a/src/include/access/xlogprefetcher.h
+++ b/src/include/access/xlogprefetcher.h
@@ -25,7 +25,7 @@ typedef enum
{
RECOVERY_PREFETCH_OFF,
RECOVERY_PREFETCH_ON,
- RECOVERY_PREFETCH_TRY
+ RECOVERY_PREFETCH_TRY,
} RecoveryPrefetchValue;
struct XLogPrefetcher;