- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitaab422a
committed
Fix logical decoding test to correctly check slot removal on standby.
The regression test for logical decoding verifies whether a logical slotis correctly dropped on a standby when its associated database is dropped.However, the test mistakenly retrieved slot information from the primaryinstead of the standby, causing incorrect behavior.This commit fixes the issue by ensuring the test correctly checks the sloton the standby.Back-patch to all supported versions.Author: Hayato Kuroda <kuroda.hayato@fujitsu.com>Reviewed-by: Fujii Masao <masao.fujii@gmail.com>Discussion:https://postgr.es/m/1fdfd020-a509-403c-bd8f-a04664aba148@oss.nttdata.comBackpatch-through: 131 parent5570e10 commitaab422a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
|
0 commit comments
Comments
(0)