Thread: pgsql: Revert my ill-considered change that made formrdesc not insert

pgsql: Revert my ill-considered change that made formrdesc not insert

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        relcache.c (r1.291 -> r1.292)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c?r1=1.291&r2=1.292)