Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34c0204

Browse files
committed
Fix thinko in comment
It was confusing symlinks with hard links.
1 parentab577e6 commit34c0204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pg_upgrade/file.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ copyAndUpdateFile(pageCnvCtx *pageConverter,
103103
/*
104104
* linkAndUpdateFile()
105105
*
106-
* Creates asymbolic link between the given relation files. We use
106+
* Creates ahard link between the given relation files. We use
107107
* this function to perform a true in-place update. If the on-disk
108108
* format of the new cluster is bit-for-bit compatible with the on-disk
109-
* format of the old cluster, we can simplysymlink each relation
109+
* format of the old cluster, we can simplylink each relation
110110
* instead of copying the data from the old cluster to the new cluster.
111111
*/
112112
constchar*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp