From: 鈴木 幸市 <ko...@in...> - 2013-07-29 00:56:39
|
Thank you Stephan for the patch. I have noticed this and the patch was committed both to the master and REL1_1_STABLE. --- Koichi Suzuki On 2013/07/26, at 23:18, "Himpich, Stefan" <Ste...@se...> wrote: > There is a "}" too many which causes the configs for datanodes to be wrong. Please include the following patch. > > Greetings, > Stefan > > --- datanode_cmd.c.orig 2013-07-24 12:09:24.000000000 +0200 > +++ datanode_cmd.c 2013-07-26 16:16:01.234469379 +0200 > @@ -136,7 +136,7 @@ > fprintf(f, > "wal_level = hot_standby\n" > "archive_mode = on\n" > - "archive_command = 'rsync %%p %s@%s}:%s/%%f'\n" > + "archive_command = 'rsync %%p %s@%s:%s/%%f'\n" > "max_wal_senders = %s\n" > "# End of Addition\n", > sval(VAR_pgxcUser), aval(VAR_datanodeSlaveServers)[idx], aval(VAR_datanodeArchLogDirs)[idx], > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > |