Remove AtStart_Cache() call in CommandCounterIncrement().
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 18 Oct 2010 02:08:30 +0000 (23:08 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 20 Oct 2010 14:33:57 +0000 (11:33 -0300)
commit17a16663d0c1c70c5c70ba97de6fe2c9c6a3bc07
tree6d27e56b59e53ce76453f5b53de3130c12aa0d9c
parentc75e1436467f32a06b5ab9d594d2a390e7f4594d
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.
src/backend/access/transam/xact.c