]> granicus.if.org Git - postgresql/commit
Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures ---
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Sep 2002 21:16:42 +0000 (21:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Sep 2002 21:16:42 +0000 (21:16 +0000)
commitfeb202193dd915116748cd6fcb6347f64670002b
tree26fe42ffccff6862f677513a18929c24acf6f58b
parent2b0319869a2230c675752f92bbf2c43e9e5543e3
Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures ---
don't assume relname field of a relcache entry will stay valid across
lots of operations.
src/backend/commands/tablecmds.c