Make constraint rename issue relcache invalidation on target relation

Michael Paquier <michael@paquier.xyz>

Commit: da13d90a5fba051d16df3b4fdaac23abc9560f38
Author: Michael Paquier <michael@paquier.xyz>
Date: 2018-12-17T01:36:21Z
Releases: 10.7
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

Files

Discussion