pgsql: Remove AtStart_Cache() call in CommandCounterIncrement(). - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove AtStart_Cache() call in CommandCounterIncrement().
Date
Msg-id E1P8a8R-00063x-6p@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: textsearch-ja - textsearch_groonga: Add documentation.
Next
From: Tom Lane
Date:
Subject: pgsql: Don't try to fetch database name when SetTransactionIdLimit() is