On Tue, Apr 13, 2010 at 08:22, Fujii Masao <masao.fu...@gmail.com> wrote: > Thanks for the test and report! > > On Tue, Apr 13, 2010 at 1:36 PM, Jeff Davis <pg...@j-davis.com> wrote: >> FATAL: could not load library >> "/usr/local/pgsql-9.0alpha5-build1/lib/libpqwalreceiver.so": >> dlopen(/usr/local/pgsql-9.0alpha5-build1/lib/libpqwalreceiver.so, 10): >> Library not loaded: /usr/local/pgsql/lib/libpq.5.dylib >> Referenced from: >> /usr/local/pgsql-9.0alpha5-build1/lib/libpqwalreceiver.so >> Reason: no suitable image found. Did find: >> /Users/quinn/lib/libpq.5.dylib: stat() failed with errno=13 > > Seems to have failed in loading libpq.5.dylib. I guess that "errno=13" means > "permission denied". Please ensure that the permission is appropriate. > >> LOG: WAL receiver process (PID 1011) was terminated by signal 11: >> Segmentation fault > > Oops! I guess that this happened because walrcv_disconnect() was called in > WalRcvDie() even though libpqwalreceiver.so couldn't be loaded. The attached > patch would fix the problem.
Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs