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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Revert my ill-considered change that made formrdesc not insert
Date
Msg-id 20090926230822.F216B753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Extend the BKI infrastructure to allow system catalogs to be
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Hmm, seems a lot of the buildfarm is running versions of awk that