Re: Postgresql upgrade to 9.5.12/10.3 changes pg_dump format for cloning schemas

2018-03-09 Thread Andre Oliveira Freitas
Hello Aldrin, I'm also using apartment with postgresql 9.6.6, and I don't see any issue with it. Are you using Apartment::Tenant.create? 2018-03-09 10:26 GMT-03:00 Aldrin Martoq Ahumada : > Hi, > > For a multi tenant system, we are using the following command to blindly > clone a schema into anot

Re: PQConsumeinput stuck on recv

2018-03-05 Thread Andre Oliveira Freitas
e the socket being modified and passed around in the source code. Do you think the implementation is OK? I do not know if that's standard practice when consuming libpq. 2018-03-02 17:36 GMT-03:00 Andres Freund : > Hi, > > > On 2018-03-01 19:20:04 -0300, Andre Oliveira Freitas wrote: &g

Re: PQConsumeinput stuck on recv

2018-03-01 Thread Andre Oliveira Freitas
-02-23 16:10 GMT-03:00 Andres Freund : > Hi, > > On 2018-02-23 15:59:18 -0300, Andre Oliveira Freitas wrote: >> I'm using the libpq that comes with debian, however I can install the >> library from the official repository to be sure, I assume the one from >> the offici

Re: PQConsumeinput stuck on recv

2018-02-23 Thread Andre Oliveira Freitas
2018-02-23 14:20 GMT-03:00 Andres Freund : > > Hi, > > On 2018-02-23 13:33:18 -0300, Andre Oliveira Freitas wrote: > > Since it's been happening for a few weeks now, every time it freezes we > > take a gcore dump and check it in gdb... and after a lot of hair pulli

PQConsumeinput stuck on recv

2018-02-23 Thread Andre Oliveira Freitas
Hi, I've been experiencing an issue. We use an open-source VoIP software whose backend is PostgreSQL. Initially we had a twin-server setup (one server running the VoIP software, another one running the pg instance). Due to company growth we were running into performance issues, so we rolled out a n