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

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 parent9270778 commiteb7828f
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
235 | 242 |
| |
236 | 243 |
| |
237 | 244 |
| |
|
0 commit comments
Comments
(0)