Re: GIN index vacuum hang after pg_rman restore in PG9.2.21

From: 厚积薄发 <postgresql_2016(at)163(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: GIN index vacuum hang after pg_rman restore in PG9.2.21
Date: 2017-06-15 23:48:24
Message-ID: 1497570504687-5967093.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I also test it with postgresql9.6.3 and pg_rman
1.3.4(https://github.com/ossc-db/pg_rman/releases/download/v1.3.4/pg_rman-1.3.4-pg96.tar.gz).
However, it has the same problem.

In my view, pg-rman just do PITR which contains pg_start_backup,copy files
and pg_stop_backup steps,it will not affect the tuple page theoretically.

--
View this message in context: http://www.postgresql-archive.org/GIN-index-vacuum-hang-after-pg-rman-restore-in-PG9-2-21-tp5966975p5967093.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Langote 2017-06-16 00:32:41 Re: GIN index vacuum hang after pg_rman restore in PG9.2.21
Previous Message Tom Lane 2017-06-15 22:43:56 Re: BUG #14709: inconsistent answers with foreign data wrappers to mysql