summaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2014-07-24 14:32:34 +0200
committerAndres Freund <andres@anarazel.de>2014-07-24 14:44:41 +0200
commitfece13d7477720bcbf02af795bed695c54d1250c (patch)
treec3e193eccfaba0474369e5ba22d735712f5a5266 /src/tutorial
parent8da262879ef5e53620b9e6a0da82510d09c105cb (diff)
Properly remove ephemeral replication slots after a crash restart.
Ephemeral slots - slots that shouldn't survive database restarts - weren't properly cleaned up after a immediate/crash restart. They were ignored in the sense that they weren't restored into memory and thus didn't cause unwanted resource retention; but they prevented a new slot with the same name from being created. Now ephemeral slots are fully removed during startup. Backpatch to 9.4 where replication slots where added.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions