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

Started by Bruce Momjianalmost 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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