summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier2018-12-17 01:36:29 +0000
committerMichael Paquier2018-12-17 01:36:29 +0000
commitd79cd555da115a15f6e63f5e687521d1e274ff9a (patch)
tree3b48abfcd4d10bcbbb0451a3820515220a1afee5 /doc/src
parentf7642cf31601b206cb7cfb99339e6b4edfec0b58 (diff)
Make constraint rename issue relcache invalidation on target relation
When a constraint gets renamed, it may have associated with it a target relation (for example domain constraints don't have one). Not invalidating the target relation cache when issuing the renaming can result in issues with subsequent commands that refer to the old constraint name using the relation cache, causing various failures. One pattern spotted was using CREATE TABLE LIKE after a constraint renaming. Reported-by: Stuart <sfbarbee@gmail.com> Author: Amit Langote Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/2047094.V130LYfLq4@station53.ousa.org
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions