BUG #17756: Invalid replica indentity set order in a dump - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #17756: Invalid replica indentity set order in a dump
Date
Msg-id 17756-dd50e8e0c8dd4a40@postgresql.org
Whole thread Raw
Responses Re: BUG #17756: Invalid replica indentity set order in a dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17756
Logged by:          Sergey Belyashov
Email address:      sergey.belyashov@gmail.com
PostgreSQL version: 14.5
Operating system:   Debian Linux x86_64
Description:

Some database have a partitioned table with unique index used as REPLICA
IDENTITY. pg_dump places ALTER TABLE tbl REPLICA IDENTITY USING INDEX
some_idx after partial index creation. But Postgresql fails to restore such
dump because replica identity cannot be set on invalid index some_idx:
partition indices are not created.


pgsql-bugs by date:

Previous
From: Pavol Sekeres
Date:
Subject: Re: BUG #17755: database queries get stuck for certain IDs
Next
From: Liang Shen
Date:
Subject: ST_Union(rast, uniontype) treat bands with different classes as the same as first band