Re: Memory usage after upgrade to 9.2.4 - Mailing list pgsql-general

From Daniel Cristian Cruz
Subject Re: Memory usage after upgrade to 9.2.4
Date
Msg-id CACffM9Fv=TEe4LZ9+afiWDfdiLUwOBMNqAMBexsxUA6KErcv-w@mail.gmail.com
Whole thread Raw
In response to Re: Memory usage after upgrade to 9.2.4  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
I found where the problem is:


It could be nice if something is added to the 9.2 release notes to warn the admins.


2013/4/24 Adrian Klaver <adrian.klaver@gmail.com>
On 04/24/2013 11:20 AM, Daniel Cristian Cruz wrote:
I've done an explain analyze under the test environment, and there is no
aggressive memory usage.

So I dropped the database in the new cluster and restored a fresh dump
from production (in theory, that's the difference between the two
environments).

Some minutes after I got an answer: after a dump / restore, there is no
problem. The same cluster just a dump/restore.

Since I had no idea on what is the problem, and the structure from the
dump of the bad database is equal to the dump from the production (it
differs only in check constraints where "((turma.situacao)::text = ANY
((ARRAY['Aguardando Atualização'::character varying, 'Em
Andamento'::character varying])::text[])))" became
"((turma.situacao)::text = ANY (ARRAY[('Aguardando
Atualização'::character varying)::text, ('Em Andamento'::character
varying)::text])))"), how can I report a issue in pg_upgrade?

The bug reporting page is here:

http://www.postgresql.org/support/submitbug/



Thanks, Adrian, Tomas and Tom. It's a specific issue, it's on backup
until May, 1st. Until there, if someone would like to know something
about it, just ask me, I would like to help removing an issue.




--
Daniel Cristian Cruz
クルズ クリスチアン ダニエル


--
Adrian Klaver
adrian.klaver@gmail.com



--
Daniel Cristian Cruz
クルズ クリスチアン ダニエル

pgsql-general by date:

Previous
From: "Daniel Serodio (lists)"
Date:
Subject: Re: Cannot connect to remote postgres database
Next
From: Joe Van Dyk
Date:
Subject: Re: Analyzing last run query in psql