diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-12-22 16:38:42 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-12-22 16:38:42 +0900 |
commit | 28e1e5c2a91ccc2ad8f2749f36f0ac8eb3bca759 (patch) | |
tree | b326f5cdf64002f1ee3d2f26adc4e599c1705282 /src/backend/executor/nodeBitmapHeapscan.c | |
parent | da0d8a4545e639ca9c22dc2a0a10dcddcdf58761 (diff) |
Correct comment and some documentation about REPLICA_IDENTITY_INDEX
catalog/pg_class.h was stating that REPLICA_IDENTITY_INDEX with a
dropped index is equivalent to REPLICA_IDENTITY_DEFAULT. The code tells
a different story, as it is equivalent to REPLICA_IDENTITY_NOTHING.
The behavior exists since the introduction of replica identities, and
fe7fd4e even added tests for this case but I somewhat forgot to fix this
comment.
While on it, this commit reorganizes the documentation about replica
identities on the ALTER TABLE page, and a note is added about the case
of dropped indexes with REPLICA_IDENTITY_INDEX.
Author: Michael Paquier, Wei Wang
Reviewed-by: Euler Taveira
Discussion: https://postgr.es/m/OS3PR01MB6275464AD0A681A0793F56879E759@OS3PR01MB6275.jpnprd01.prod.outlook.com
Backpatch-through: 10
Diffstat (limited to 'src/backend/executor/nodeBitmapHeapscan.c')
0 files changed, 0 insertions, 0 deletions