]> granicus.if.org Git - postgresql/commit
TablespaceCreateDbspace should function normally even on platforms that do not
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Mar 2006 15:16:00 +0000 (15:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Mar 2006 15:16:00 +0000 (15:16 +0000)
commit1750f60ef3e730faf72ecfa7fbd7ee6ad799f293
tree2b233be63777e18445149f067f2217ed4df25a93
parentb5c5c5d2838d2a9e80e58000138c50ed0aa0eff0
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