aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_uuid.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-06-23 15:12:36 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-06-23 15:40:17 -0400
commit08859bb5c2cebc132629ca838113d27bb31b990c (patch)
tree8dcb2d337a50b81c70c9769306c66e9f6b107a7f /contrib/btree_gist/btree_uuid.c
parent0b13b2a7712b6f91590b7589a314240a14520c2f (diff)
downloadpostgresql-08859bb5c2cebc132629ca838113d27bb31b990c.tar.gz
postgresql-08859bb5c2cebc132629ca838113d27bb31b990c.zip
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: Tatsuo Ishii <ishii@sraoss.co.jp>
Diffstat (limited to 'contrib/btree_gist/btree_uuid.c')
0 files changed, 0 insertions, 0 deletions