diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-01-07 18:20:57 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-01-07 18:20:57 -0500 |
commit | aa062597c5192fdd758900eb3740a5bd935feda9 (patch) | |
tree | 8a4f4ecb7d9c669f54f35351d8006403ec380fb4 /src/backend/executor/execUtils.c | |
parent | 33b051293a40b138c1ac02cdd1425977977dcd1d (diff) |
Fix unobvious interaction between -X switch and subdirectory creation.
Turns out the only reason initdb -X worked is that pg_mkdir_p won't
whine if you point it at something that's a symlink to a directory.
Otherwise, the attempt to create pg_xlog/ just like all the other
subdirectories would have failed. Let's be a little more explicit
about what's happening. Oversight in my patch for bug #13853
(mea culpa for not testing -X ...)
Diffstat (limited to 'src/backend/executor/execUtils.c')
0 files changed, 0 insertions, 0 deletions