1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-05 02:22:28 +03:00

Comment fixes.

Jeff Davis, somewhat edited by me
This commit is contained in:
Robert Haas
2012-08-30 10:42:28 -04:00
parent 152525b5f3
commit e1a6375d8f
2 changed files with 4 additions and 4 deletions

View File

@@ -337,7 +337,6 @@ ResetUnloggedRelationsInDbspaceDir(const char *dbspacedirname, int op)
copy_file(srcpath, dstpath);
}
/* Done with the first pass. */
FreeDir(dbspace_dir);
}
}