8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858ef71 commit 733701dCopy full SHA for 733701d
src/backend/storage/file/fd.c
@@ -44,8 +44,8 @@
44
* corresponding native functions, except that the handle is registered with
45
* the current subtransaction, and will be automatically closed at abort.
46
* These are intended for short operations like reading a configuration file.
47
- * and there is a fixed limit on the number files that can be open using these
48
- * functions at any one time.
+ * and there is a fixed limit on the number of files that can be opened using
+ * these functions at any one time.
49
*
50
* Finally, BasicOpenFile is a just thin wrapper around open() that can
51
* release file descriptors in use by the virtual file descriptors if
0 commit comments