Re: got stuck in pglogical upgrade on FreeBSD

2019-06-24 Thread Achilleas Mantzios
On 24/6/19 12:20 μ.μ., Rahul Chordiya wrote: Hi, Sorry for delayed response. Hello, did you use gcc or clang/llvm? I would suggest trying with gcc. * * * * -- Achilleas Mantzios IT DEV Lead IT DEPT Dynacom Tankers Mgmt

Re: got stuck in pglogical upgrade on FreeBSD

2019-06-24 Thread Rahul Chordiya
Hi, Sorry for delayed response. The first error is: pglogical_fe.c:54:7: error: implicit declaration of function 'WIFEXITED' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (WIFEXITED(ret)) ^ pglogical_fe.c:55:124: error: implicit declaration of function 'WEXITSTATUS' is invalid in

Re: got stuck in pglogical upgrade on FreeBSD

2019-06-21 Thread Rahul Chordiya
Yes, I did install via source using gmake as make command was not working. I also need to include some (.h) header file as gmake throwing some dependency error. On Fri, 21 Jun, 2019, 9:41 PM Adrian Klaver, wrote: > On 6/21/19 9:07 AM, Rahul Chordiya wrote: > > Yes and yes. > > Also tried to comp

Re: got stuck in pglogical upgrade on FreeBSD

2019-06-21 Thread Rahul Chordiya
Yes and yes. Also tried to completely clear slave data directory and setup fresh subscribe & subscription. On Fri, 21 Jun, 2019, 9:35 PM Adrian Klaver, wrote: > On 6/21/19 8:45 AM, Rahul Chordiya wrote: > > Yes, > > Both machine in same network and I'm able to connect using psql from one > > mac

Re: got stuck in pglogical upgrade on FreeBSD

2019-06-21 Thread Adrian Klaver
On 6/21/19 9:25 AM, Rahul Chordiya wrote: Yes, I did install via source using gmake as make command was not working. I also need to include some (.h) header file as gmake throwing some dependency error. The errors and the header files are? On Fri, 21 Jun, 2019, 9:41 PM Adrian Klaver,

Re: got stuck in pglogical upgrade on FreeBSD

2019-06-21 Thread Adrian Klaver
On 6/21/19 9:07 AM, Rahul Chordiya wrote: Yes and yes. Also tried to completely clear slave data directory and setup fresh subscribe & subscription. I assume you compiled it from source. Where there any errors in the make and/or install stops? Does the system log show anything relevant?

Re: got stuck in pglogical upgrade on FreeBSD

2019-06-21 Thread Adrian Klaver
On 6/21/19 8:45 AM, Rahul Chordiya wrote: Yes, Both machine in same network and I'm able to connect using psql from one machine to another. Log only show that it is starting pglogical manager on database. On both clusters right? I tried to set log servirity to debug but I don't think it i

Re: got stuck in pglogical upgrade on FreeBSD

2019-06-21 Thread Rahul Chordiya
Yes, Both machine in same network and I'm able to connect using psql from one machine to another. Log only show that it is starting pglogical manager on database. I tried to set log servirity to debug but I don't think it is set properly. On Fri, 21 Jun, 2019, 7:45 PM Adrian Klaver, wrote: >

Re: got stuck in pglogical upgrade on FreeBSD

2019-06-21 Thread Adrian Klaver
On 6/21/19 6:42 AM, Rahul Chordiya wrote: Hi, I'm trying to replicate data using pglogical https://2ndquadrant.com/en/resources/pglogical/pglogical-docs/ In my testing on local network machine and amazon linux test machine I

got stuck in pglogical upgrade on FreeBSD

2019-06-21 Thread Rahul Chordiya
Hi, I'm trying to replicate data using pglogical https://2ndquadrant.com/en/resources/pglogical/pglogical-docs/ In my testing on local network machine and amazon linux test machine I have successfully setup the replication, Now