Re: [GENERAL] multiple postgres processes after establishing tcp connection

2015-08-06 Thread Jim Nasby
On 7/31/15 5:52 AM, Andrey Lizenko wrote: If only simple telnet connection started: [postgres@ubuntu12-vm][20150731 06:30:24]:/db2$ telnet 127.0.0.1 5551 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. new postgres process appeared as a child of the first o

[GENERAL] multiple postgres processes after establishing tcp connection

2015-07-31 Thread Andrey Lizenko
Hello, PostgreSQL 9.4.4 started in usual way > [postgres@ubuntu12-vm][20150731 06:26:06]:/db2/master$ pg_ctl start -D > /db2/master/ -l serverlog > server starting I can see root process for this then: > [postgres@ubuntu12-vm][20150731 06:38:36]:/db2/master$ ps -ef | grep > "bin/postgres" | gre