Re: 3rd time is a charm.....right sibling is not next child crash.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jeff Amiel <jamiel@istreamimaging.com>
Cc: Jeff Amiel <becauseimjeff@yahoo.com>, pgsql-general@postgresql.org
Date: 2010-06-08T17:56:10Z
Lists: pgsql-hackers
Jeff Amiel <jamiel@istreamimaging.com> writes: > On a side note, I am 100% sure that autovacuum was disabled when I brought > the database back up after the core dump(s). However, minutes after > restarting, some of my larger tables started getting vacuumed by pgsql user. > Any way that a vacuum would kick off for a particular table (or series of > tables) even when autovacuum was off in the postgresql.conf? Anti-transaction-wraparound vacuums, perhaps? regards, tom lane