pgsql: Remove obsolete commentary. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove obsolete commentary.
Date
Msg-id E1XjFNS-0005Yd-16@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete commentary.

Since we got rid of non-MVCC catalog scans, the fourth reason given for
using a non-transactional update in index_update_stats() is obsolete.
The other three are still good, so we're not going to change the code,
but fix the comment.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d1f8e7a01501c71db3ee0bcd19aab79b1ddc662e

Modified Files
--------------
src/backend/catalog/index.c |    8 --------
1 file changed, 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove obsolete commentary.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Reset error message at PQreset()