Your commits to pg_comparator
Andreas Tille
andreas at an3as.eu
Wed Jan 8 22:10:45 UTC 2014
Hi Ivan,
On Wed, Jan 08, 2014 at 10:04:49PM +0100, Ivan Minčík wrote:
> 1. I have fixed all remaining Lintian errors
> 2. I will report man pages typos to upstream and ask to fix them in next
> minor release along with Perl warnings
That's perfectly OK.
> 3. After next minor release will be ready I will update package
Yep.
> 4. I have tested if pg_comparator is working with trivial test script
>
> #!/bin/bash
>
> set -e
>
> createdb d
> psql d -f /usr/share/postgresql/9.3/contrib/pgc_casts.sql
> psql d -f /usr/share/postgresql/9.3/contrib/pgc_checksum.sql
> psql d -f /usr/share/postgresql/9.3/contrib/xor_aggregate.sql
>
> psql d -c "CREATE TABLE t1(id serial, x character varying);"
> psql d -c "CREATE TABLE t2(id serial, x character varying);"
> psql d -c "INSERT INTO t1 (x) values ('aaa');"
> psql d -c "INSERT INTO t1 (x) values ('bbb');"
> psql d -c "INSERT INTO t1 (x) values ('ccc');"
>
> pg_comparator --max-ratio=2.0 --transaction --verbose -S --do-it
> localhost/d/t1?id localhost/d/t2?id
>
> psql d -c "DELETE FROM t1 WHERE x = 'aaa';"
> psql d -c "INSERT INTO t1 (x) values ('ddd');"
>
> pg_comparator --max-ratio=2.0 --transaction --verbose -S --do-it
> localhost/d/t1?id localhost/d/t2?id
Some idea you might like to consider would be to provide this as
autopkgtest.
Since I think the package is OK I uploaded it.
Congratulations for having your first package in Debian (hopefully
soon provided it passes ftpmasters picky check)
Andreas.
--
http://fam-tille.de
More information about the Pkg-grass-devel
mailing list