<div dir="ltr"><div><div><div><div>Current situation:<br><br></div>1. I have fixed all remaining Lintian errors<br></div>2. I will report man pages typos to upstream and ask to fix them in next minor release along with Perl warnings<br>

</div>3. After next minor release will be ready I will update package<br></div>4. I have tested if pg_comparator is working with trivial test script<br><br>#!/bin/bash<br><br>set -e<br><br>createdb d<br>psql d -f /usr/share/postgresql/9.3/contrib/pgc_casts.sql<br>

psql d -f /usr/share/postgresql/9.3/contrib/pgc_checksum.sql<br>psql d -f /usr/share/postgresql/9.3/contrib/xor_aggregate.sql<br><br>psql d -c "CREATE TABLE t1(id serial, x character varying);"<br>psql d -c "CREATE TABLE t2(id serial, x character varying);"<br>

psql d -c "INSERT INTO t1 (x) values ('aaa');"<br>psql d -c "INSERT INTO t1 (x) values ('bbb');"<br>psql d -c "INSERT INTO t1 (x) values ('ccc');"<br><br>pg_comparator --max-ratio=2.0  --transaction --verbose -S --do-it localhost/d/t1?id localhost/d/t2?id<br>

<br>psql d -c "DELETE FROM t1 WHERE x = 'aaa';"<br>psql d -c "INSERT INTO t1 (x) values ('ddd');"<br><br>pg_comparator --max-ratio=2.0  --transaction --verbose -S --do-it localhost/d/t1?id localhost/d/t2?id<br>

<br><div><div><div><div><div><div><div><div class="gmail_extra"><br><br><div dir="ltr">Ivan Minčík<br><a href="mailto:ivan.mincik@gmail.com" target="_blank">ivan.mincik@gmail.com</a>  GPG: 0x79529A1E  <a href="http://imincik.github.io/0x79529A1E.key" target="_blank">http://imincik.github.io/0x79529A1E.key</a><br>

<a href="mailto:ivan.mincik@gista.sk" target="_blank">ivan.mincik@gista.sk</a>     GPG: 0xD714B02C  <a href="http://imincik.github.io/0xD714B02C.key" target="_blank">http://imincik.github.io/0xD714B02C.key</a><br><br></div>


</div></div></div></div></div></div></div></div></div>