diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2015-04-02 07:49:48 -0400 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2015-04-02 07:49:48 -0400 |
commit | 3ebe6d895624b0c2820a0043929250beaf3e6d8b (patch) | |
tree | 2a1239ab87ca6cc7ea540fec6634843bc415e406 /src | |
parent | a44e54cf4b75159025ca8ff769c754123feb96a5 (diff) |
Correct comment to use RS_EPHEMERAL
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/slot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 7b5e0a89bfb..5a7d021f585 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -544,7 +544,7 @@ ReplicationSlotMarkDirty(void) } /* - * Convert a slot that's marked as RS_DROP_ON_ERROR to a RS_PERSISTENT slot, + * Convert a slot that's marked as RS_EPHEMERAL to a RS_PERSISTENT slot, * guaranteeing it will be there after a eventual crash. */ void |