Prev: pgsql: Write a WAL record whenever we perform an operation without
Next: Allow parentheses around the query expression that follows a WITH clause
From: Heikki Linnakangas on 1 Feb 2010 05:27 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 -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |