Re: New VACUUM FULL crashes on temp relations

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
Cc: Simon Riggs <simon@2ndQuadrant.com>, pgsql-hackers@postgresql.org
Date: 2010-02-02T16:57:14Z
Lists: pgsql-hackers
Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp> writes:
> AFAICS, the assertion is broken, but the code is correct. We just need to
> adjust the expression in the assertion.

I think this is 100% wrong.  Toast tables shouldn't be changing
namespace either; which means you broke something somewhere else.

			regards, tom lane