diff options
| author | Simon Riggs <simon@2ndQuadrant.com> | 2015-04-02 07:45:19 -0400 |
|---|---|---|
| committer | Simon Riggs <simon@2ndQuadrant.com> | 2015-04-02 07:45:19 -0400 |
| commit | 7dae3cf68cf59c37163df42fb0d2b66fed9996f4 (patch) | |
| tree | 00b0d25eeb315b50a87107a9189637a69fe300d4 /src | |
| parent | fcef1617295c074f2684c887627184d2fc26ac04 (diff) | |
| download | postgresql-7dae3cf68cf59c37163df42fb0d2b66fed9996f4.tar.gz | |
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 dd7ff0f99a..fcd7ba1433 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -543,7 +543,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 |
