Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2393194

Browse files
committed
Fix typo
Daniel Gustafsson
1 parent b99661c commit 2393194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/relfilenode.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ transfer_relfile(FileNameMap *map, const char *type_suffix, bool vm_must_add_fro
194194
/*
195195
* Now copy/link any related segments as well. Remember, PG breaks large
196196
* files into 1GB segments, the first segment has no extension, subsequent
197-
* segments are named relfilenode.1, relfilenode.2, relfilenode.3. copied.
197+
* segments are named relfilenode.1, relfilenode.2, relfilenode.3.
198198
*/
199199
for (segno = 0;; segno++)
200200
{

0 commit comments

Comments
 (0)