BUG #15008: Need a pause

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15008: Need a pause
Дата
Msg-id 20180112092655.1419.45992@wrigleys.postgresql.org
обсуждение исходный текст
Ответы RE: BUG #15008: Need a pause  (Greg Clough <greg.clough@ipreo.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15008
Logged by:          Laurent Martelli
Email address:      martellilaurent@gmail.com
PostgreSQL version: 9.6.6
Operating system:   Debian 9.3
Description:

I have a set of scripts I execute with psql, and for some reason, a query in
one of them take forever (never had the patience to wait for more than 15
minutes), eating 1 CPU, unless I insert a pause (sleep 60) before that
script, and then it only takes a few seconds.

It only occurs when the tables we operate on have a sufficient number of
rows. When we do "unit" tests with a subset of the data, it all goes
smoothly.

Please, tell me what additional information I can provide to help fix this.


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: [HACKERS] [BUGS] BUG #14825: enum type: unsafe use?
Следующее
От: Greg Clough
Дата:
Сообщение: RE: BUG #15008: Need a pause