Re: [BUGS] BUG #7521: Cannot disable WAL log while using pg_dump - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [BUGS] BUG #7521: Cannot disable WAL log while using pg_dump
Date
Msg-id CA+Tgmob1T81Tk+o0ezN3pQvbYvhNThB++GX-AJxOt8oa4EfaCw@mail.gmail.com
Whole thread Raw
In response to Re: [BUGS] BUG #7521: Cannot disable WAL log while using pg_dump  (Gezeala M. Bacuño II <gezeala@gmail.com>)
List pgsql-hackers
On Thu, Oct 18, 2012 at 3:18 PM, Gezeala M. Bacuño II <gezeala@gmail.com> wrote:
> You may disable full_page_writes, but as you can see from my previous
> post, disabling it did not do the trick. My zfs' USED property
> continues to increase.

I think we need somebody to compile with WAL_DEBUG defined and try to
reproduce this with wal_debug = on.  Then we will find out what WAL
records are being emitted, which will presumably give us a clue as to
what is really happening here.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] Support for Array ELEMENT Foreign Keys
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Support for Array ELEMENT Foreign Keys