BUG #14647: pgAdmin crashed

From: bitekas(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14647: pgAdmin crashed
Date: 2017-05-11 01:28:24
Message-ID: 20170511012824.1431.36377@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14647
Logged by: Viktor Korsun
Email address: bitekas(at)gmail(dot)com
PostgreSQL version: 9.5.2
Operating system: Windows
Description:

1. create a database "testme"
2. connect to the database from the pgAdmin client; open it.
3. from a command line client, disconnect all the clients and rename the
database:

psql.exe -h <hostname> -U <username> -c "select pg_terminate_backend(pid)
from pg_stat_activity where datname='testme'; alter database testme RENAME
to deleting;"

4. goto pgAdmin
5. refresh the database (F5).
6. it will notice that the database connection is closed and will ask to
reconnect.
7. on the first reconnection attempt, the pgadmin crashes.

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2017-05-11 15:35:22 Re: [HACKERS] Concurrent ALTER SEQUENCE RESTART Regression
Previous Message boshomi 2017-05-10 17:37:50 BUG #14646: performance hint to remove