RE: [bug fix] pg_rewind takes long time because it mistakenlycopies data files - Mailing list pgsql-hackers

From Tsunakawa, Takayuki
Subject RE: [bug fix] pg_rewind takes long time because it mistakenlycopies data files
Date
Msg-id 0A3221C70F24FB45833433255569204D1F8D92DD@G01JPEXMBYT05
Whole thread Raw
In response to Re: [bug fix] pg_rewind takes long time because it mistakenly copiesdata files  (Michael Paquier <michael@paquier.xyz>)
Responses Re: [bug fix] pg_rewind takes long time because it mistakenly copiesdata files  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
From: Michael Paquier [mailto:michael@paquier.xyz]
> So I would propose to just do that later.  I have looked a second time at
> your patch, attached is the set of tests I have run:

Thanks so much, that has helped me a lot!

> I have one small comment though.  The comment block at the beginning of
> isRelDataFile() refers to "pg_tblspc/<tblspc oid>/PG_9.4_201403261/".
> Could you switch that to "pg_tblspc/<tblspc oid>/<tblspc version>"?
> That's not directly the fault of your patch, but as long as we are on it..

Done, thanks again for marking the CF entry.

Regards
Takayuki Tsunakawa


Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [bug fix] pg_rewind takes long time because it mistakenly copiesdata files
Next
From: Rajkumar Raghuwanshi
Date:
Subject: Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key