[Pgcluster-general] standalone postmaster

Pavel Shaydo pshaydo at elverils.com
Wed Apr 2 14:25:48 UTC 2008


Hello all,

I'm just tried to run regression tests on standalone postmaster (without
pgreplicate) and results doesn't made me happy. Is this possible to run
postmaster process without pgreplicate available? Is there list of known
limitations for standalone postmaster?

pgcluster-1.7.0rc12

tested with following cluster.conf:

<Replicate_Server_Info>
 <Host_Name> 127.0.0.1 </Host_Name>
 <Port> 7000 </Port>
 <Recovery_Port> 7001 </Recovery_Port>
</Replicate_Server_Info>

<Host_Name> 127.0.0.1 </Host_Name>
<Recovery_Port> 5002 </Recovery_Port>
<Rsync_Path> /usr/bin/rsync </Rsync_Path>
<Rsync_Option> ssh -2 -p 4322 </Rsync_Option>
<Rsync_Compress> yes </Rsync_Compress>
<Rsync_Timeout> 10min </Rsync_Timeout>
<Rsync_Bwlimit> 0KB </Rsync_Bwlimit>
<Pg_Dump_Path> /usr/bin/pg_dump </Pg_Dump_Path>
<Ping_Path> /bin/ping </Ping_Path>
<When_Stand_Alone> read_write </When_Stand_Alone>
<Replication_Timeout> 1min </Replication_Timeout>
<LifeCheck_Timeout> 3s </LifeCheck_Timeout>
<LifeCheck_Interval> 11s </LifeCheck_Interval>


Actually there are no pgreplicate running on host, only postmaster. It
works, but can't pass some tests, e.g. it dies with SIGSEGV while
executing SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#')


-- 
Best regards,
Pavel Shaydo



More information about the Pgcluster-general mailing list