Thread: [HACKERS] update comments about CatalogUpdateIndexes

[HACKERS] update comments about CatalogUpdateIndexes

From
Tomas Vondra
Date:
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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

Re: [HACKERS] update comments about CatalogUpdateIndexes

From
Robert Haas
Date:
On Tue, Feb 28, 2017 at 10:45 PM, Tomas Vondra
<tomas.vondra@2ndquadrant.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