mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix thinko in comment.
This commit is contained in:
parent
faacdab101
commit
f38c3e778a
@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.123 2005/12/01 20:24:18 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.124 2005/12/08 15:38:29 tgl Exp $
|
||||
*
|
||||
* NOTES:
|
||||
*
|
||||
@ -1405,7 +1405,7 @@ TryAgain:
|
||||
* dir = AllocateDir(path);
|
||||
* while ((dirent = ReadDir(dir, path)) != NULL)
|
||||
* process dirent;
|
||||
* FreeDir(path);
|
||||
* FreeDir(dir);
|
||||
*
|
||||
* since a NULL dir parameter is taken as indicating AllocateDir failed.
|
||||
* (Make sure errno hasn't been changed since AllocateDir if you use this
|
||||
|
Loading…
Reference in New Issue
Block a user