Re: Drop schema cascade fails since postgresql 8.4 - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: Drop schema cascade fails since postgresql 8.4
Date
Msg-id 20090921164922.GJ29793@alvh.no-ip.org
Whole thread Raw
In response to Drop schema cascade fails since postgresql 8.4  (Cedric Berger <cedric@berger.to>)
List pgsql-bugs
Cedric Berger wrote:

>  postgres=# drop schema hard_12 cascade
>  postgres-# ;
>  WARNING:  out of shared memory
>  ERROR:  out of shared memory
>  HINT:  You might need to increase max_locks_per_transaction.
>
> I've tried to double max_locks_per_transaction, double the values
> of SHMMAX/SHMALL, there is no difference...

Did you restart the server after raising the value?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #5053: domain constraints still leak
Next
From: David Fetter
Date:
Subject: Re: BUG #5066: plperl issues with perl_destruct() and END blocks