BUG #13645: pg_basebackup backup hash index & unlogged table

From: digoal(at)126(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13645: pg_basebackup backup hash index & unlogged table
Date: 2015-09-28 06:15:24
Message-ID: 20150928061524.1448.39027@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: 13645
Logged by: digoal
Email address: digoal(at)126(dot)com
PostgreSQL version: 9.4.4
Operating system: CentOS 6.x x64
Description:

HI,
Hash index and unlogged table don't generate XLOG record, when we use
pg_basebackup's backup datafile & xlog archive recovery database, unlogged
table datafile will purged, and hash index also has unconsistent data page.
Why pg_basebackup not filter the hash index datafile & unlogged table
datafile, these file waste net band and backup file's capcity.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2015-09-28 07:14:23 Re: BUG #13644: 2xRecovery without new writes, causes archiving failure
Previous Message Alex Hunsaker 2015-09-28 00:20:23 Re: BUG #13638: Exception texts from plperl has bad encoding