Andrew Hammond andrew.george.hammond at gmail.com
Thu Jun 21 14:31:11 PDT 2007
Is there some reason we're just reversing this patch instead of
following Jan's suggestion and detecting which version of Postgres
we're talking to and doing the Right Thing?

Andrew


On 6/21/07, Chris Browne <cbbrowne at lists.slony.info> wrote:
> Update of /home/cvsd/slony1/slony1-engine/tools
> In directory main.slony.info:/tmp/cvs-serv8221/tools
>
> Modified Files:
>       Tag: REL_1_2_STABLE
>         slony1_dump.sh
> Log Message:
> Updates to release notes to revert quoting change, and reverted
> change to slony1_dump.sh that was incompatible with 7.4
>
>
> Index: slony1_dump.sh
> ===================================================================
> RCS file: /home/cvsd/slony1/slony1-engine/tools/slony1_dump.sh,v
> retrieving revision 1.8.2.1
> retrieving revision 1.8.2.2
> diff -C2 -d -r1.8.2.1 -r1.8.2.2
> *** slony1_dump.sh      13 Jun 2007 15:56:13 -0000      1.8.2.1
> --- slony1_dump.sh      21 Jun 2007 20:29:13 -0000      1.8.2.2
> ***************
> *** 188,192 ****
>   echo "select 'copy $clname.sl_sequence_offline from stdin;';"
>   echo "select seq_id::text || '        ' || seq_relname  || '  ' || seq_nspname from $clname.sl_sequence;"
> ! printf "select E'\\\\\\\\.';"
>
>   for seq in $sequences ; do
> --- 188,192 ----
>   echo "select 'copy $clname.sl_sequence_offline from stdin;';"
>   echo "select seq_id::text || '        ' || seq_relname  || '  ' || seq_nspname from $clname.sl_sequence;"
> ! printf "select '\\\\\\\\.';"
>
>   for seq in $sequences ; do
> ***************
> *** 215,219 ****
>         echo "select 'copy $tabname $fields from stdin;';"
>         echo "copy $tabname $fields to stdout;"
> !       printf "select E'\\\\\\\\.';"
>   done
>
> --- 215,219 ----
>         echo "select 'copy $tabname $fields from stdin;';"
>         echo "copy $tabname $fields to stdout;"
> !       printf "select '\\\\\\\\.';"
>   done
>
>
> _______________________________________________
> Slony1-commit mailing list
> Slony1-commit at lists.slony.info
> http://lists.slony.info/mailman/listinfo/slony1-commit
>


More information about the Slony1-hackers mailing list