dbTalk Databases Forums  

[BUGS] BUG #2279: invalid page header in block 95 of newtrd

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2279: invalid page header in block 95 of newtrd in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
herianto
 
Posts: n/a

Default [BUGS] BUG #2279: invalid page header in block 95 of newtrd - 02-24-2006 , 09:18 AM







The following bug has been logged online:

Bug reference: 2279
Logged by: herianto
Email address: herianto2 (AT) yahoo (DOT) com
PostgreSQL version: 8.1.0
Operating system: Windows XP
Description: invalid page header in block 95 of newtrd
Details:

Hi,


Every I will query select * from namaTable , I get Error invalid page
header. but if me use query select * from namaTable limit 1008. I get Query
is successfully.

Total rows of tables is 1009. while if me query select * from namaTable
limit 1009, I get error same. Then I try to add new record or delete last
record,again i get error invalid page header.

how the solution of because this matter have happened recuring. I have read
some web specially in postgres, most saying that the problem are hardware
but I have try in some computers and in the reality yield error the is
sameness. if it is true the problem of the hardware? and what hardware is
compatible...

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote
  #2  
Old   
Qingqing Zhou
 
Posts: n/a

Default Re: [BUGS] BUG #2279: invalid page header in block 95 of newtrd - 02-26-2006 , 10:32 PM







""herianto"" <herianto2 (AT) yahoo (DOT) com> wrote
Quote:
Every I will query select * from namaTable , I get Error invalid page
header. but if me use query select * from namaTable limit 1008. I get
Query
is successfully.

Total rows of tables is 1009. while if me query select * from namaTable
limit 1009, I get error same. Then I try to add new record or delete last
record,again i get error invalid page header.

It looks like that record #1009 is in a broken data page. A workaround is to
copy the first 1008 records to another table by doing "insert into
new_namaTable select * from namaTable limit 1008" and enter #1009 again.
Then use the new_namaTable.

Not sure what caused this though. Is there any system crash while adding
this record?

Regards,
Qingqing



---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.