BUG #13460: ERROR: could not find block containing chunk 0x2930072

Поиск
Список
Период
Сортировка
От 1809563951@qq.com
Тема BUG #13460: ERROR: could not find block containing chunk 0x2930072
Дата
Msg-id 20150622131552.3874.21539@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13460: ERROR: could not find block containing chunk 0x2930072  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13460
Logged by:          ERROR:  could not find block containing chunk 0x2930072
Email address:      1809563951@qq.com
PostgreSQL version: 9.1.10
Operating system:   centos
Description:

The database log error:
ERROR:  could not find block containing chunk 0x2930072
STATEMENT:  insert into

T_FM_SALEINFO(id,agenid,busiid,ecrno,appregno,rrstno,patchno,itemid,saledate,saleamount,saleprice,nsalesum,salesum,remark,recetime,updatename,lasttime,code,nrrstno,customercode,customername,ipaddr)
select

nextval('s_t_fm_saleinfo'),a.agenid,b.busiid,a.ecrno,a.appregno,a.rrstno,a.patchno,c.itemid,a.saledate,a.saleamount,a.nsalesum/a.saleamount,a.nsalesum,a.salesum,a.remark,a.recetime,a.updatename,a.lasttime,a.code,a.nrrstno,a.customercode,a.customername,a.ipaddr
from LS_T_FM_SALEINFOO a, t_fm_business b, t_fm_cfg_ecritem c where c.agenid
= b.agenid and c.busiid = b.busiid and c.pluno = a.pluno and b.agenid =
a.agenid and b.code = a.code and a.agenid = 499

Is there anything wrong ?
thanks a lot

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13458: postgres_fdw with usermapping dumped with pg_dump --no-owners results in dump file with implicit own
Следующее
От: chris+postgresql@qwirx.com
Дата:
Сообщение: BUG #13459: Replaying WAL logs can hang on startup