Revert my ill-considered change that made formrdesc not insert the correct

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ca70c3cfda609d3b817c16b48f25c086c11b9e4c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-09-26T23:08:22Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/utils/cache/relcache.c modified +23 −14