From: Robert Haas Date: Thu, 14 Jun 2012 13:25:47 +0000 (-0400) Subject: Fixmeup. X-Git-Url: http://git.postgresql.org/gitweb/static/developers.postgresql.org?a=commitdiff_plain;h=413d8b9b22577b7d4f5c66a43a14796cc106865c;p=users%2Frhaas%2Fpostgres.git Fixmeup. --- diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index b0253755f1..f3f16c746e 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -2588,8 +2588,6 @@ RelationBuildLocalRelation(const char *relname, RelationInitPhysicalAddr(rel); - RelationBuildMetadata(rel); - /* * Okay to insert into the relcache hash tables. */