https://github.com/postgres/postgres
Revision 4946910a875ce84823236f2a06e576b16080465f authored by Masahiko Sawada on 13 July 2023, 06:03:24 UTC, committed by Masahiko Sawada on 13 July 2023, 06:03:24 UTC
Commit 89e46da5e allowed REPLICA IDENTITY FULL tables to use an index
on the subscriber during apply of update/delete. This commit clarifies
in the documentation that the leftmost field of candidate indexes must
be a column (not an expression) that references the published relation
column.

The source code comments are also updated accordingly.

Reviewed-by: Peter Smith, Amit Kapila
Discussion: https://postgr.es/m/CAD21AoDJjffEvUFKXT27Q5U8-UU9JHv4rrJ9Ke8Zkc5UPWHLvA@mail.gmail.com
Backpatch-through: 16
1 parent 7fc064d
History
Tip revision: 4946910a875ce84823236f2a06e576b16080465f authored by Masahiko Sawada on 13 July 2023, 06:03:24 UTC
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Tip revision: 4946910
File Mode Size
config
contrib
doc
src
.cirrus.yml -rw-r--r-- 24.3 KB
.dir-locals.el -rw-r--r-- 730 bytes
.editorconfig -rw-r--r-- 183 bytes
.git-blame-ignore-revs -rw-r--r-- 10.2 KB
.gitattributes -rw-r--r-- 1.5 KB
.gitignore -rw-r--r-- 674 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 4.2 KB
HISTORY -rw-r--r-- 277 bytes
Makefile -rw-r--r-- 1.8 KB
README -rw-r--r-- 1.2 KB
README.git -rw-r--r-- 721 bytes
aclocal.m4 -rw-r--r-- 365 bytes
configure -rwxr-xr-x 570.5 KB
configure.ac -rw-r--r-- 85.1 KB
meson.build -rw-r--r-- 99.5 KB
meson_options.txt -rw-r--r-- 6.1 KB

README

back to top