| From: | Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | update comments about CatalogUpdateIndexes |
| Date: | 2017-02-28 17:15:47 |
| Message-ID: | e339305e-e798-9817-130f-5743b5f017f6@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
commit 2f5c9d9c9ce removed CatalogUpdateIndexes and replaced it with
CatalogTupleInsert/CatalogTupleUpdate, which do both the operation and
index update.
But there remained three places in comments still referencing the
removed CatalogUpdateIndexes. Attached is a patch fixing those places.
It also removes the comment attribution to "bjm" from syscache.c,
because after modifying it's no longer the original comment.
regards
--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| Attachment | Content-Type | Size |
|---|---|---|
| catalog-update-indexes-comments.patch | binary/octet-stream | 2.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Karlsson | 2017-02-28 17:21:39 | Re: REINDEX CONCURRENTLY 2.0 |
| Previous Message | Brandur Leach | 2017-02-28 16:58:24 | Re: [PATCH] SortSupport for macaddr type |