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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert my ill-considered change that made formrdesc not insert
Date: 2009-09-26 23:08:22
Message-ID: 20090926230822.F216B753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-26 23:22:48 pgsql: Hmm, seems a lot of the buildfarm is running versions of awk that
Previous Message Tom Lane 2009-09-26 22:42:03 pgsql: Extend the BKI infrastructure to allow system catalogs to be