Commit 34c02044 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix thinko in comment

It was confusing symlinks with hard links.
parent ab577e63
...@@ -103,10 +103,10 @@ copyAndUpdateFile(pageCnvCtx *pageConverter, ...@@ -103,10 +103,10 @@ copyAndUpdateFile(pageCnvCtx *pageConverter,
/* /*
* linkAndUpdateFile() * linkAndUpdateFile()
* *
* Creates a symbolic link between the given relation files. We use * Creates a hard link between the given relation files. We use
* this function to perform a true in-place update. If the on-disk * this function to perform a true in-place update. If the on-disk
* format of the new cluster is bit-for-bit compatible with the on-disk * format of the new cluster is bit-for-bit compatible with the on-disk
* format of the old cluster, we can simply symlink each relation * format of the old cluster, we can simply link each relation
* instead of copying the data from the old cluster to the new cluster. * instead of copying the data from the old cluster to the new cluster.
*/ */
const char * const char *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment