summaryrefslogtreecommitdiff
path: root/src/backend/regex
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2021-09-08 11:23:01 +0530
committerAmit Kapila <akapila@postgresql.org>2021-09-08 11:23:01 +0530
commit28cde380c1c02754bc0eebb88e9ec9c4de91a8fb (patch)
tree8a9b60c673879bb8842c9e56a6660465ec9cf7d8 /src/backend/regex
parentb28c862a6c11c5f9fc77687124747d551b7c74a1 (diff)
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/backend/regex')
0 files changed, 0 insertions, 0 deletions