OSDN Git Service

TablespaceCreateDbspace should function normally even on platforms that do not
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Mar 2006 15:15:43 +0000 (15:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Mar 2006 15:15:43 +0000 (15:15 +0000)
commit2154e1c11e4fbb6b41f6db1ea7c49e25f98d0df7
tree1d654ced0de8eb905226e0aad86c6ac75b7b501b
parent0a971e2f2059a23ad6f03ef23a0f48f3d2b2146b
TablespaceCreateDbspace should function normally even on platforms that do not
have symlinks (ie, Windows).  Although it'll never be called on to do anything
useful during normal operation on such a platform, it's still needed to
re-create dropped directories during WAL replay.
src/backend/commands/tablespace.c