pgsql-server/src backend/commands/cluster.c in ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/commands/cluster.c in ...
Date: 2002-08-10 21:00:34
Message-ID: 20020810210034.E4036475D40@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/10 17:00:34

Modified files:
src/backend/commands: cluster.c
src/include/commands: cluster.h

Log message:
Update with newer version of CLUSTER patch posted August 8.

> Looks like Alvaro got sideswiped by the system catalog indexing changes
> I made over the weekend. It's a simple change, just reduce the whole
> mess to a "CatalogUpdateIndexes()" call.

I update two tuples, so I manually CatalogOpenIndexes() and
CatalogIndexInsert() two times, as per comments in
CatalogUpdateIndexes().

I also removed a couple of useless CommandCounterIncrement(), some
useless definitions in src/include/commands/cluster.h and useless
includes in src/backend/commands/cluster.c. This version passes the
regression test I had made for previous versions.

Alvaro Herrera

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-10 21:03:33 pgsql-server/doc/src/sgml/ref cluster.sgml
Previous Message Jeroen 2002-08-10 20:51:52 interfaces/libpqxx/doc/html/Reference