diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-01-07 18:20:58 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-01-07 18:20:58 -0500 |
commit | 957e1117da128c9615e81823db2ce0bc81f8cf81 (patch) | |
tree | b4ad806f6d6af7748091e6678b2fd9032a3a380a /src/backend/libpq/auth.c | |
parent | d6d6400cc0357c409262dc95d3001e70da8605c4 (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/libpq/auth.c')
0 files changed, 0 insertions, 0 deletions