Re: Fwd: index corruption in PG 8.3.13
Greg Stark <gsstark@mit.edu>
From: Greg Stark <gsstark@mit.edu>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Nikhil Sontakke <nikhil.sontakke@enterprisedb.com>, Alvaro Herrera <alvherre@commandprompt.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-03-10T17:52:34Z
Lists: pgsql-hackers
On Thu, Mar 10, 2011 at 1:45 PM, Robert Haas <robertmhaas@gmail.com> wrote: > 1. Somebody inserts a bunch of new tuples into the relation, causing > growth in the index. In case it's not obvious VACUUM FULL would do precisely that. > 2. Before the blocks are written to disk, system crash. > 3. pg_resetxlog Do you have any record of the VACUUM FULL committing? Do you know what LSN its commit record is at? -- greg