| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: update comments about CatalogUpdateIndexes |
| Date: | 2017-03-02 11:39:56 |
| Message-ID: | CA+TgmoarwpxiDupX_DyVA+8x4RU-5Fw5QtH+ztex8TB_JiVyOQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Feb 28, 2017 at 10:45 PM, Tomas Vondra
<tomas(dot)vondra(at)2ndquadrant(dot)com> wrote:
> 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.
Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2017-03-02 11:46:19 | Re: Enabling parallelism for queries coming from SQL or other PL functions |
| Previous Message | Fabien COELHO | 2017-03-02 11:22:55 | Re: [pgsql-www] Small issue in online devel documentation build |