Re: Re: [COMMITTERS] pgsql: Write a WAL record whenever we perform an operation without
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
From: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Simon Riggs <simon@2ndquadrant.com>, pgsql-hackers@postgresql.org
Date: 2010-02-01T10:27:15Z
Lists: pgsql-hackers
Fujii Masao wrote: > The cause of the problem seems to be the new heap created by > rebuild_relation() and copy_heap_data(), i.e., new VACUUM FULL. > Since it's not a temporary heap, its rd_istemp is off. OTOH > it needs to be synced after physical copy from old heap. Why does it need to be synced? ISTM the bug is that rd_istemp is off at that point. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com