BUG #14731: ERROR: missing chunk number 0 for toast value 9342315 in pg_toast_2619

From: sbadyals(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14731: ERROR: missing chunk number 0 for toast value 9342315 in pg_toast_2619
Date: 2017-07-03 14:46:22
Message-ID: 20170703144622.27952.83491@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14731
Logged by: Sahil Badyal
Email address: sbadyals(at)gmail(dot)com
PostgreSQL version: 9.3.15
Operating system: CenOS 6.7
Description:

am facing this issue when trying to FULL VACUUM my database.

vacuum FULL VERBOSE ANALYZE ;
INFO: vacuuming "pg_catalog.pg_statistic"
ERROR: missing chunk number 0 for toast value 9342315 in pg_toast_2619

Tried reindexing, vacuuming the following tables:
pg_toast.pg_toast_2619
pg_statistic

My postgres version is :

PostgreSQL 9.3.15 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.4.7
20120313 (Red Hat 4.4.7-17), 64-bit
(1 row)

Please help as soon as possible

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message K S, Sandhya (Nokia - IN/Bangalore) 2017-07-03 15:01:31 Re: [HACKERS] Postgres process invoking exit resulting in sh-QUIT core
Previous Message Pavel Tavoda 2017-07-03 14:39:01 Re: BUG #14729: Between operator is slow when same value used for low and high margin