Re: database error xx000?

Поиск
Список
Период
Сортировка
От dennis jenkins
Тема Re: database error xx000?
Дата
Msg-id CAAEzAp8CvV-S3GakmPaxsijVUz9z33fAgnr8PVNwhRJT87rAWw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: database error xx000?  (Kenneth Tilton <ktilton@mcna.net>)
Ответы Re: database error xx000?
Список pgsql-general
On Thu, Apr 26, 2012 at 1:59 PM, Kenneth Tilton <ktilton@mcna.net> wrote:
On Thu, Apr 26, 2012 at 2:24 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
 
Can you produce a self-contained test case?

I doubt it. Every test iteration I run includes a lot of redefining of functions and triggers all over the map, and it works fine thru dozens of iterations. The wheels seem to come off after a serious refactoring. Nothing is needed to clear the problem except (it seems) close any connections to the DB, so I guess some optimization does not work in the face of sufficient dynamic redefinition.



Suggestion: create a program which attempts to stress-test Postgresql by doing similar things.  Even if a single test case does not reliably reproduce the issue, a stress-test might trigger the condition after some time.

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

Предыдущее
От: Kenneth Tilton
Дата:
Сообщение: Re: database error xx000?
Следующее
От: Alexander Farber
Дата:
Сообщение: Which data type to use for UTF8 JSON and perl/PHP: varchar, text or bytea?