forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit420a039
committed
Remove replication slot name check from ReplicationSlotAcquire()
When trying to access a replication slot that is supposed to alreadyexist, we don't need to check the naming rules again. If the slotdoes not exist, we will then get a "does not exist" error message, whichis generally more useful from the perspective of an end user.1 parent9fcf670 commit420a039
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
335 |
| - | |
336 | 334 |
| |
337 | 335 |
| |
338 | 336 |
| |
|
0 commit comments
Comments
(0)