Обсуждение: pgsql-server/contrib/dbmirror README.dbmirror ...

Поиск
Список
Период
Сортировка

pgsql-server/contrib/dbmirror README.dbmirror ...

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/09/26 01:24:30

Modified files:
    contrib/dbmirror: README.dbmirror pending.c

Log message:
    Attached is a patch to contrib/dbmirror that fixes a bug that was
    causing  the postmaster to crash when the trigger was running on a table
    without a  primary key.

    I've also updated the docs to explicitly say that tables need primary
    keys.

    Steven Singer