aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/advanced.source
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2021-09-08 09:58:28 +0530
committerAmit Kapila <akapila@postgresql.org>2021-09-08 12:08:29 +0530
commit8db27fbc11974ef491fec97be3365277ed4fab20 (patch)
tree4418ebf3f60c95a70761d79815fa7cd64c2acf58 /src/tutorial/advanced.source
parentb7fd291042a846b04439f122cb81a41d3cd2e8de (diff)
downloadpostgresql-8db27fbc11974ef491fec97be3365277ed4fab20.tar.gz
postgresql-8db27fbc11974ef491fec97be3365277ed4fab20.zip
Invalidate relcache for publications defined for all tables.
Updates/Deletes on a relation were allowed even without replica identity after we define the publication for all tables. This would later lead to an error on subscribers. The reason was that for such publications we were not invalidating the relcache and the publication information for relations was not getting rebuilt. Similarly, we were not invalidating the relcache after dropping of such publications which will prohibit Updates/Deletes without replica identity even without any publication. Author: Vignesh C and Hou Zhijie Reviewed-by: Hou Zhijie, Kyotaro Horiguchi, Amit Kapila Backpatch-through: 10, where it was introduced Discussion: https://postgr.es/m/CALDaNm0pF6zeWqCA8TCe2sDuwFAy8fCqba=nHampCKag-qLixg@mail.gmail.com
Diffstat (limited to 'src/tutorial/advanced.source')
0 files changed, 0 insertions, 0 deletions