projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40d09e
)
Fix yet another typo in comment.
author
Heikki Linnakangas
<
[email protected]
>
Wed, 20 Feb 2013 10:30:59 +0000
(12:30 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Wed, 20 Feb 2013 10:31:26 +0000
(12:31 +0200)
Etsuro Fujita
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 6346cd154ca9b52866fff5dea918006d45e4f493..ff7e221cde9527c2caecb682f86fdb5dda2eb58c 100644
(file)
--- a/
src/backend/storage/file/fd.c
+++ b/
src/backend/storage/file/fd.c
@@
-43,7
+43,7
@@
* fopen(3), opendir(3), and open(2), respectively. They behave like the
* corresponding native functions, except that the handle is registered with
* the current subtransaction, and will be automatically closed at abort.
- * These are intended for short operations like reading a configuration file
.
+ * These are intended for short operations like reading a configuration file
,
* and there is a fixed limit on the number of files that can be opened using
* these functions at any one time.
*