Search code examples
postgresqlpgadminpgadmin-4

pgadmin4 command keep running and process watcher won't go away


I was trying to follow the instructions from postgresqltutorial to load a sample database into postgresql using pgadmin. But after the database was restored(since I can query data from the database), the process watcher just won't go away, and it keeps saying that the command is "running"(as of this writing, it has been running for over 400 thousands seconds, but the size of the sample database is just a few megabytes). Reboot and reinstallation couldn't fix the problem.

Here are some screen shots:

enter image description here

And when I click "click here for details":

enter image description here

I am using postgresql 9.6 with pgadmin4 on windows 10. So what's going on here? Is it a bug? How can I get rid of the process watcher?


Solution

  • This is a bug in pgAdmin4 & reported, https://redmine.postgresql.org/issues/1679