Re: [PERFORM] Out of shared memory in postgres 8.4.2 and locks

2010-03-09 Thread Merlin Moncure
On Tue, Mar 9, 2010 at 8:27 AM, Vidhya Bondre wrote: >> >> are you using the same postgresql.conf?  have you created more >> partitions?  using advisory locks? > > Yes we are using same conf files. In a week we create around 5 partitions. > We are not using advisory locks >> >> In any event, incre

Re: [PERFORM] Out of shared memory in postgres 8.4.2 and locks

2010-03-09 Thread Vidhya Bondre
On Tue, Mar 9, 2010 at 6:04 PM, Merlin Moncure wrote: > On Tue, Mar 9, 2010 at 4:38 AM, Vidhya Bondre > wrote: > > Hi All, > > > > We have installed postgres 8.4.2 on production. > > > > We have a parition table structure for one of the table. > > > > when i am drop the master table we get the

Re: [PERFORM] Out of shared memory in postgres 8.4.2 and locks

2010-03-09 Thread Merlin Moncure
On Tue, Mar 9, 2010 at 4:38 AM, Vidhya Bondre wrote: > Hi All, > > We have installed postgres 8.4.2 on production. > > We have a parition table structure for one of the table. > > when i am drop the master table we get the following error. > > drop table table_name cascade; > WARNING:  out of shar

[PERFORM] Out of shared memory in postgres 8.4.2 and locks

2010-03-09 Thread Vidhya Bondre
Hi All, We have installed postgres 8.4.2 on production. We have a parition table structure for one of the table. when i am drop the master table we get the following error. drop table table_name cascade; WARNING: out of shared memory ERROR: out of shared memory HINT: You might need to increa