Lists: | pgsql-in-general |
---|
From: | Kyle Stephenson <kyle(dot)m(dot)stephenson(at)gmail(dot)com> |
---|---|
To: | pgsql-in-general(at)postgresql(dot)org |
Subject: | postgresql 9.5.4 with ssl commented out |
Date: | 2016-10-14 17:56:09 |
Message-ID: | CAEs1Rc0W5_A1yb5do5KHLQuHb85KVUGJQ6e_dWd=otVc8JEB2A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-in-general |
On this particular server that postgresql 9.5.4 is installed, I comment out
ssl=true and for some reason a bunch of child processes start up for the
main postgresql process. When I uncomment it, the child processes go
away. There were no connections into the database except for myself. Any
idea where these child processes are coming from?
ps -fu postgres
UID PID PPID C STIME TTY TIME CMD
postgres 11337 11336 0 16:14 pts/3 00:00:00 -su
postgres 11701 1 0 16:18 ? 00:00:00
/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c
config_file=/etc/postgresql/9.5/main/postgresql.conf
postgres 11703 11701 0 16:18 ? 00:00:00 postgres: checkpointer
process
postgres 11704 11701 0 16:18 ? 00:00:00 postgres: writer process
postgres 11705 11701 0 16:18 ? 00:00:00 postgres: wal writer
process
postgres 11706 11701 0 16:18 ? 00:00:00 postgres: autovacuum
launcher process
postgres 11707 11701 0 16:18 ? 00:00:00 postgres: stats collector
process
postgres 11759 11701 0 16:18 ? 00:00:00
/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c
config_file=/etc/postgresql/9.5/main/postgresql.conf
postgres 11760 11701 0 16:18 ? 00:00:00
/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c
config_file=/etc/postgresql/9.5/main/postgresql.conf
postgres 11761 11701 0 16:18 ? 00:00:00
/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c
config_file=/etc/postgresql/9.5/main/postgresql.conf
postgres 11762 11701 0 16:18 ? 00:00:00
/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c
config_file=/etc/postgresql/9.5/main/postgresql.conf
postgres 11860 11701 0 16:18 ? 00:00:00
/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c
config_file=/etc/postgresql/9.5/main/postgresql.conf
postgres 11861 11701 0 16:18 ? 00:00:00
/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c
config_file=/etc/postgresql/9.5/main/postgresql.conf
postgres 11864 11701 0 16:18 ? 00:00:00
/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c
config_file=/etc/postgresql/9.5/main/postgresql.conf
Thanks,
Kyle