pgsql-server/contrib/dbmirror Tag: REL7_3_STAB ...

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

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@postgresql.org 02/12/05 16:04:14

Modified files:
contrib/dbmirror: Tag: REL7_3_STABLE DBMirror.pl

Log message:
It looks like the problem was introduced when the "SET autocommit" and
"SET search_path" commands were added to the beginning of the script.

The attatched patch should fix the problem. It probably should be
applied against the 7.3 and 7.4 branches.

Steven Singer