mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typo
Daniel Gustafsson
This commit is contained in:
@ -194,7 +194,7 @@ transfer_relfile(FileNameMap *map, const char *type_suffix, bool vm_must_add_fro
|
||||
/*
|
||||
* Now copy/link any related segments as well. Remember, PG breaks large
|
||||
* files into 1GB segments, the first segment has no extension, subsequent
|
||||
* segments are named relfilenode.1, relfilenode.2, relfilenode.3. copied.
|
||||
* segments are named relfilenode.1, relfilenode.2, relfilenode.3.
|
||||
*/
|
||||
for (segno = 0;; segno++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user