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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src backend/commands/cluster.c in ...
Дата
Msg-id 20020810210034.E4036475D40@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.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


В списке pgsql-committers по дате отправления:

Предыдущее
От: jtv@postgresql.org (Jeroen)
Дата:
Сообщение: interfaces/libpqxx/doc/html/Reference
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/doc/src/sgml/ref cluster.sgml