]> granicus.if.org Git - postgresql/commitdiff
Fix thinko in comment
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 27 Aug 2012 18:20:28 +0000 (14:20 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 27 Aug 2012 18:29:14 +0000 (14:29 -0400)
It was confusing symlinks with hard links.

contrib/pg_upgrade/file.c

index 550967009b3dc815883df3635f58fb4e2b81e316..a5d92c62fce80bbd582b727b6f5c66c72ec0d84e 100644 (file)
@@ -103,10 +103,10 @@ copyAndUpdateFile(pageCnvCtx *pageConverter,
 /*
  * 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
  * 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.
  */
 const char *