Skip to content
Snippets Groups Projects
Commit 08859bb5 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix replication with replica identity full


The comparison with the target rows on the subscriber side was done with
datumIsEqual(), which can have false negatives.  For instance, it didn't
work reliably for text columns.  So use the equality operator provided
by the type cache instead.

Also add more user documentation about replica identity requirements.

Reported-by: default avatarTatsuo Ishii <ishii@sraoss.co.jp>
parent 0b13b2a7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment