projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4d67e
)
Fix another typo in a comment
author
Magnus Hagander
<
[email protected]
>
Fri, 8 Feb 2013 14:14:40 +0000
(15:14 +0100)
committer
Magnus Hagander
<
[email protected]
>
Fri, 8 Feb 2013 14:42:01 +0000
(15:42 +0100)
Noted by Thom Brown
src/backend/storage/file/fd.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/file/fd.c
b/src/backend/storage/file/fd.c
index 70e3560b73b85cc45829b7b3cc19b2fed8de9be4..6346cd154ca9b52866fff5dea918006d45e4f493 100644
(file)
--- a/
src/backend/storage/file/fd.c
+++ b/
src/backend/storage/file/fd.c
@@
-47,7
+47,7
@@
* and there is a fixed limit on the number of files that can be opened using
* these functions at any one time.
*
- * Finally, BasicOpenFile is
a just
thin wrapper around open() that can
+ * Finally, BasicOpenFile is
just a
thin wrapper around open() that can
* release file descriptors in use by the virtual file descriptors if
* necessary. There is no automatic cleanup of file descriptors returned by
* BasicOpenFile, it is solely the caller's responsibility to close the file