BUG #11518: full_page_writes is off after executing pg_start_backup()

From: sudalait2(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11518: full_page_writes is off after executing pg_start_backup()
Date: 2014-09-29 16:18:56
Message-ID: 20140929161856.7639.77227@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 11518
Logged by: sudalai
Email address: sudalait2(at)gmail(dot)com
PostgreSQL version: 9.2.2
Operating system: ubuntu
Description:

Hi,
The documentation says, full_page_writes is forcibly ON between
pg_start_backup() and pg_stop_backup().
I started the server with full_page_writes=off. And i executed
pg_start_up(), the full_page_writes is not changed. I executed "show
full_page_writes" it shows OFF.
But it should be On.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message thangalin 2014-09-29 21:21:06 BUG #11520: Cannot uncheck to set false
Previous Message Bruce Momjian 2014-09-29 14:42:01 Re: pg_dump -Fd fails to detect ENOSPC