pgsql: Remove AtStart_Cache() call in CommandCounterIncrement().

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove AtStart_Cache() call in CommandCounterIncrement().
Date: 2010-10-20 14:59:23
Message-ID: E1P8a8R-00063x-6p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove AtStart_Cache() call in CommandCounterIncrement().

This call was present in the aboriginal code from Berkeley, and has
never been touched; it may very well be that it was there to mask
effects of bugs in other places and it may no longer be necessary.
The removal has been foreseen in a code comment since 2007; this seems
to be a good time to test this hypothesis.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=17a16663d0c1c70c5c70ba97de6fe2c9c6a3bc07

Modified Files
--------------
src/backend/access/transam/xact.c | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-10-20 16:49:55 pgsql: Don't try to fetch database name when SetTransactionIdLimit() is
Previous Message User Itagaki 2010-10-20 08:56:28 textsearch-ja - textsearch_groonga: Add documentation.