Revert my ill-considered change that made formrdesc not insert the correct
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Sep 2009 23:08:22 +0000 (23:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Sep 2009 23:08:22 +0000 (23:08 +0000)
commit0c8704aa57e9a78fdbfb270c49b4bd0d7060a167
tree4aa901d0badd5e4e1e411b2a19a2ab0a30c948bb
parent436bbf2372c4fd06f07bb4f5fccb28025c774965
Revert my ill-considered change that made formrdesc not insert the correct
relation rowtype OID into the relcache entries it builds.  This ensures
that catcache copies of the relation tupdescs will be fully correct.
While the deficiency doesn't seem to have any effect in the current
sources, we have been bitten by not-quite-right catcache tupdescs before,
so it seems like a good idea to maintain the rule that they should be right.
src/backend/utils/cache/relcache.c