postgres block_size problem

From: "Bhujbal, Santosh" <sbhujbal(at)starentnetworks(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: postgres block_size problem
Date: 2008-12-30 12:28:15
Message-ID: 3BD53621E5C8E54594130AF5459379EE08D80D41@exchindia4.starentnetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi All,

We were getting the following error on executing a COPY command on
postgres8.2.0.

SQL execution failed, Internal error. SQL Statement: (COPY command
failed with error: ERROR: row is too big: size 8200, maximum size 8136)

So, in order to fix the error we tried increasing the block size to 16k
and recompiled the postgres library. The problem at hand was resolved
with the new postgres library and we were now able to populate data for
the mentioned query successfully. However, this experiment fails when we
tried to run the new postgres on data directory generated with 8k block
size which is likely to occur during an upgrade with postgres log
showing the following error:

2008-12-30 14:57:33 IST DETAIL: The database cluster was initialized
with BLCKSZ 8192, but the server was compiled with BLCKSZ 16384.

2008-12-30 14:57:33 IST HINT: It looks like you need to recompile or
initdb.

What could be the possible solution to this?

Thanks,

Santosh.

This email and any attachments may contain legally privileged and/or confidential information of Starent Networks, Corp. and is intended only for the individual or entity named in the message. The information transmitted may not be used to create or change any contractual obligations of Starent Networks, Corp. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this e-mail and its attachments by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify the sender immediately -- by replying to this message or by sending an email to postmaster(at)starentnetworks(dot)com -- and destroy all copies of this message and any attachments without reading or disclosing their contents. Thank you.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Laszlo Nagy 2008-12-30 13:17:01 Re: rebellious pg stats collector (reopened case)
Previous Message Iñigo Martinez Lasala 2008-12-30 11:02:36 Context-switch storm in 8.1.15