Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table.
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: Önder Kalacı <onderkalaci@gmail.com>, Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-07-22T10:32:45Z
Lists: pgsql-hackers
On Fri, Jul 21, 2023 at 6:55 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote: > > I've attached the updated patch. I'll push it early next week, barring > any objections. > You have moved most of the comments related to the restriction of which index can be picked atop IsIndexUsableForReplicaIdentityFull(). Now, the comments related to limitation atop FindUsableIndexForReplicaIdentityFull() look slightly odd as it refers to limitations but those limitation were not stated. The comments I am referring to are: "Note that the limitations of index scans for replica identity full only .... might not be a good idea in some cases". Shall we move these as well atop IsIndexUsableForReplicaIdentityFull()? -- With Regards, Amit Kapila.
Commits
-
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
- d0ce9d0bc7f6 17.0 landed
- 35c85c3c9b90 16.0 landed
-
Allow the use of a hash index on the subscriber during replication.
- edca3424342d 17.0 cited
-
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
- 4946910a875c 16.0 landed
- fd48a86c6241 17.0 landed
-
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
- 89e46da5e511 16.0 cited