Re: francis cherat 2017-08-11 <he1pr0802mb2298fdf47c971d2f22f3e66ddc...@he1pr0802mb2298.eurprd08.prod.outlook.com> > Hi, > > > some time whe have 2 process postgres for 1 instance like this > > > exppgs 17769 1 0 01:06 ? 00:01:04 /usr/pgsql-9.3/bin/postgres > -D /bases/postgresql/scl/data -i -p 5450 -h bd-sillage.info.xxxx > exppgs 39922 17769 0 15:39 ? 00:00:00 /usr/pgsql-9.3/bin/postgres > -D /bases/postgresql/scl/data -i -p 5450 -h bd-sillage.info.xxxx
The second one is a child process of the first one, so there's little to worry about. The better question is why it doesn't have a different process title like the other child processes, but maybe you just caught it while starting up. Christoph