mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Fix typo
Daniel Gustafsson
This commit is contained in:
parent
b99661c2ff
commit
2393194c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue