Re: Drop schema cascade fails since postgresql 8.4

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Cedric Berger <cedric(at)berger(dot)to>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Drop schema cascade fails since postgresql 8.4
Date: 2009-09-21 16:49:22
Message-ID: 20090921164922.GJ29793@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David Fetter 2009-09-21 16:53:27 Re: BUG #5066: plperl issues with perl_destruct() and END blocks
Previous Message Bruce Momjian 2009-09-21 16:31:31 Re: BUG #5053: domain constraints still leak