Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab577e6 commit 34c0204Copy full SHA for 34c0204
contrib/pg_upgrade/file.c
@@ -103,10 +103,10 @@ copyAndUpdateFile(pageCnvCtx *pageConverter,
103
/*
104
* linkAndUpdateFile()
105
*
106
- * Creates a symbolic link between the given relation files. We use
+ * Creates a hard link between the given relation files. We use
107
* this function to perform a true in-place update. If the on-disk
108
* format of the new cluster is bit-for-bit compatible with the on-disk
109
- * format of the old cluster, we can simply symlink each relation
+ * format of the old cluster, we can simply link each relation
110
* instead of copying the data from the old cluster to the new cluster.
111
*/
112
const char *
0 commit comments