- Notifications
You must be signed in to change notification settings - Fork4.9k
Commita11a823
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 parentb29a183 commita11a823
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
|
0 commit comments
Comments
(0)