forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit64e8456

Amit Kapila
Doc: Add "Attach Partition" limitation during logical replication.
ATTACHing a table into a partition tree whose root is published using apublication with publish_via_partition_root set to true does not result inthe table's existing contents being replicated. This happens becausesubscriber doesn't consider replicating the newly attached partition asthe root table is already in a 'ready' state.This behavior was introduced in PG13 (83fd453) where we allowed topublish partition changes via ancestors.We can consider fixing this limitation in the future.Author: Amit LangoteReviewed-by: Hou Zhijie, Amit KapilaBackpatch-through: 13Discussion:https://postgr.es/m/OS0PR01MB5716E97F00732B52DC2BBC2594989@OS0PR01MB5716.jpnprd01.prod.outlook.com1 parenta735991 commit64e8456
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
192 | 199 |
| |
193 | 200 |
| |
194 | 201 |
| |
|
0 commit comments
Comments
(0)