rserv replication error

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: rserv replication error
Date: 2003-02-25 23:36:56
Message-ID: 200302251636.56445.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm doing a little testing of rserv here. Does anyone recognize the
issue with this error?

$ InitRservTest
$ psql -d master -c "update test set k = k + 1000"
UPDATE 100
$ psql -d master -c "update test set k = k - 1000"
UPDATE 100
$ psql -d master -c "update test set k = k + 1000"
ERROR: _rserv_log_: duplicate tuples

Thanks,
Ed

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-02-25 23:51:31 Re: create view
Previous Message Doug McNaught 2003-02-25 23:22:57 Re: Compilation errors?