Re: initdb -S and tablespaces - Mailing list pgsql-hackers

From Abhijit Menon-Sen
Subject Re: initdb -S and tablespaces
Date
Msg-id 20150415062328.GB16656@toroid.org
Whole thread Raw
In response to Re: initdb -S and tablespaces  (Abhijit Menon-Sen <ams@2ndQuadrant.com>)
List pgsql-hackers
At 2015-04-15 11:40:34 +0530, ams@2ndQuadrant.com wrote:
>
> Still, thanks to the example in basebackup.c, I've got most of a patch
> that should follow any symlinks in PGDATA.

I notice that src/bin/pg_rewind/copy_fetch.c has a traverse_datadir()
function that does what we want (but it recurses into symlinks only
inside pg_tblspc).

-- Abhijit



pgsql-hackers by date:

Previous
From: Abhijit Menon-Sen
Date:
Subject: Re: initdb -S and tablespaces
Next
From: Jeff Janes
Date:
Subject: Re: PATCH: adaptive ndistinct estimator v4