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

From Tom Lane
Subject pgsql: Remove obsolete commentary.
Date
Msg-id E1XjFNS-0005Yc-11@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
------
master

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

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove unnecessary assignment.
Next
From: Tom Lane
Date:
Subject: pgsql: Remove obsolete commentary.