[COMMITTERS] pgsql: Fix pg_restore so parallel restore doesn't fail when the input

2010-06-27 Thread Tom Lane
Log Message: --- Fix pg_restore so parallel restore doesn't fail when the input file doesn't contain data offsets (which it won't, if pg_dump thought its output wasn't seekable). To do that, remove an unnecessarily aggressive error check, and instead fail if we get to the end of the archiv

[COMMITTERS] pgsql: Fix pg_restore so parallel restore doesn't fail when the input

2010-06-27 Thread Tom Lane
Log Message: --- Fix pg_restore so parallel restore doesn't fail when the input file doesn't contain data offsets (which it won't, if pg_dump thought its output wasn't seekable). To do that, remove an unnecessarily aggressive error check, and instead fail if we get to the end of the archiv

[COMMITTERS] slony1-ctl - slony-ctl: Continue work, slony upgrade scripts

2010-06-27 Thread User C2main
Log Message: --- Continue work, slony upgrade scripts Modified Files: -- slony-ctl/outils: 51_create_upgrade.sh (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/51_create_upgrade.sh?r1=1.7&r2=1.8) 52_exec_upgra

[COMMITTERS] slony1-ctl - slony-ctl: Add 41_create_execute.sh in order to prepare

2010-06-27 Thread User C2main
Log Message: --- Add 41_create_execute.sh in order to prepare bash/slonik script to handle DDL change (or exec SLQ in all nodes) Continue work for execute script stuff Modified Files: -- slony-ctl/outils: 42_exec_exec.sh (r1.6 -> r1.7) (http://cvs.pgfoundr

[COMMITTERS] slony1-ctl - slony-ctl: Add create script to handle new susbcription

2010-06-27 Thread User C2main
Log Message: --- Add create script to handle new susbcription Continue work with subscribe scripts Modified Files: -- slony-ctl/outils: 62_exec_subscribe.sh (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/62_exec_subs

[COMMITTERS] slony1-ctl - slony-ctl: minor tweak and fix

2010-06-27 Thread User C2main
Log Message: --- minor tweak and fix Modified Files: -- slony-ctl/outils: 12_exec_addobj.sh (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/12_exec_addobj.sh?r1=1.7&r2=1.8) 42_exec_exec.sh (r1.7 -> r1.8)

[COMMITTERS] slony1-ctl - slony-ctl: Add create propagate script Continue work for

2010-06-27 Thread User C2main
Log Message: --- Add create propagate script Continue work for propagate stuff Modified Files: -- slony-ctl/outils: 102_exec_propagate.sh (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/102_exec_propagate.sh?r1=1.4&r2

[COMMITTERS] slony1-ctl - slony-ctl: New Directory

2010-06-27 Thread User C2main
Update of /cvsroot/slony1-ctl/slony-ctl/outils/old_scripts In directory pgfoundry.org:/tmp/cvs-serv86517/old_scripts Log Message: Directory /cvsroot/slony1-ctl/slony-ctl/outils/old_scripts added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To ma

[COMMITTERS] slony1-ctl - slony-ctl: Continue work, forget to commit this one.

2010-06-27 Thread User C2main
Log Message: --- Continue work, forget to commit this one. Modified Files: -- slony-ctl/outils: slony_subscribe.sh (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/slony_subscribe.sh?r1=1.5&r2=1.6) -- Sent via pgsql-

[COMMITTERS] slony1-ctl - slony-ctl: Continue work with fail node

2010-06-27 Thread User C2main
Log Message: --- Continue work with fail node Modified Files: -- slony-ctl/outils: slony_fail.sh (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/slony_fail.sh?r1=1.9&r2=1.10) -- Sent via pgsql-committers mailing li

[COMMITTERS] slony1-ctl - slony-ctl: Continue work, syncing outils/

2010-06-27 Thread User C2main
Log Message: --- Continue work, syncing outils/ Modified Files: -- slony-ctl/outils: create_slon.sh (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/create_slon.sh?r1=1.10&r2=1.11) create_struct.sh (r1.5 -> r

[COMMITTERS] slony1-ctl - slony-ctl: Improve configuration doc with examples

2010-06-27 Thread User C2main
Log Message: --- Improve configuration doc with examples Modified Files: -- slony-ctl/etc: bases.h (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/etc/bases.h?r1=1.6&r2=1.7) relations.h (r1.7 -> r1.8) (http:

[COMMITTERS] slony1-ctl - slony-ctl: Done work, slony-ctl stable (still cvs, but

2010-06-27 Thread User C2main
Log Message: --- Done work, slony-ctl stable (still cvs, but should work) Modified Files: -- slony-ctl/etc: fonctions.sh (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/etc/fonctions.sh?r1=1.11&r2=1.12) tpl_functio

[COMMITTERS] slony1-ctl - slony-ctl: Push old scripts to cimetery

2010-06-27 Thread User C2main
Log Message: --- Push old scripts to cimetery Added Files: --- slony-ctl/outils/old_scripts: create_preamble.sh (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/old_scripts/create_preamble.sh?rev=1.1&content-type=text/x-cvsweb-mar

[COMMITTERS] pgsql: Improve pg_dump's checkSeek() function to verify the functioning

2010-06-27 Thread Tom Lane
Log Message: --- Improve pg_dump's checkSeek() function to verify the functioning of ftello as well as fseeko, and to not assume that fseeko(fp, 0, SEEK_CUR) proves anything. Also improve some related comments. Per my observation that the SEEK_CUR test didn't actually work on some platfor

[COMMITTERS] pgsql: Improve pg_dump's checkSeek() function to verify the functioning

2010-06-27 Thread Tom Lane
Log Message: --- Improve pg_dump's checkSeek() function to verify the functioning of ftello as well as fseeko, and to not assume that fseeko(fp, 0, SEEK_CUR) proves anything. Also improve some related comments. Per my observation that the SEEK_CUR test didn't actually work on some platfor