0

I've installed Postgres 11.18 and pgpool 2 from their Git Repo.
Now I want to get the pid of the pgpool process so that I can attach that to gdb and do my debugging.
Much appreciated!

1 Answers1

0

Maybe that will be enough?

pgrep -f bin/pgpool
Karol Murawski
  • 326
  • 2
  • 10