pgsql: Remove obsolete commentary.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete commentary.
Date: 2014-10-28 22:36:34
Message-ID: E1XjFNS-0005Yd-16@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-10-29 12:44:05 pgsql: Reset error message at PQreset()
Previous Message Heikki Linnakangas 2014-10-28 18:29:41 pgsql: Remove unnecessary assignment.