Re: [HACKERS] update comments about CatalogUpdateIndexes

2017-03-02 Thread Robert Haas
On Tue, Feb 28, 2017 at 10:45 PM, Tomas Vondra 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 > Cata

[HACKERS] update comments about CatalogUpdateIndexes

2017-02-28 Thread Tomas Vondra
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 place