pgsql: Remove a couple of unnecessary calls of CreateCacheMemoryContext.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove a couple of unnecessary calls of CreateCacheMemoryContext.
Date: 2009-12-27 18:55:52
Message-ID: 20091227185552.8712A753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove a couple of unnecessary calls of CreateCacheMemoryContext. These
probably got there via blind copy-and-paste from one of the legitimate
callers, so rearrange and comment that code a bit to make it clearer that
this isn't a necessary prerequisite to hash_create. Per observation
from Robert Haas.

Modified Files:
--------------
pgsql/src/backend/optimizer/util:
predtest.c (r1.27 -> r1.28)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/predtest.c?r1=1.27&r2=1.28)
pgsql/src/backend/parser:
parse_oper.c (r1.109 -> r1.110)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_oper.c?r1=1.109&r2=1.110)
pgsql/src/backend/utils/cache:
relcache.c (r1.293 -> r1.294)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c?r1=1.293&r2=1.294)
ts_cache.c (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/ts_cache.c?r1=1.9&r2=1.10)
typcache.c (r1.29 -> r1.30)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/typcache.c?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bmomjian 2009-12-27 19:00:05 pg-migrator - pg_migrator: Fix bug in ordering of creation of support
Previous Message User Jbcooley 2009-12-27 18:51:19 npgsql - Npgsql2: Initial support for bug fix reported in message