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
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