Re: 8.4.0 data loss / HOT-related bug

From: Radoslaw Zielinski <radek(at)pld-linux(dot)org>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8.4.0 data loss / HOT-related bug
Date: 2009-08-23 08:00:25
Message-ID: 20090823080025.GA2592@bzium
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Greg Stark <gsstark(at)mit(dot)edu> [2009-08-23 03:40]:
> 2009/8/22 Radoslaw Zielinski <radek(at)pld-linux(dot)org>:
>>  bug=# select length(opis_szczeg) from promocje where id = 4300;
>>  ERROR:  missing chunk number 0 for toast value 120741 in pg_toast_29644
> Sorry, what datatype is this again? And what encoding?

text, UTF-8 (locale C).

> Perhaps I should have said octet_length() instead of length().

bug=# select octet_length(opis_szczeg) from promocje where id = 4300;
octet_length
--------------
3081
(1 row)

--
Radosław Zieliński <radek(at)pld-linux(dot)org>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Radoslaw Zielinski 2009-08-23 08:44:43 Re: 8.4.0 data loss / HOT-related bug
Previous Message Greg Stark 2009-08-23 04:42:23 Re: BUG #4996: postgres.exe memory consumption keeps going up