]> granicus.if.org Git - postgresql/commit
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)
commitca70c3cfda609d3b817c16b48f25c086c11b9e4c
treeab3104badcba81a63820d90580ca6131ca28697d
parent49856352306d1c809c425a384d2887d0f8e1d544
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