mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typo in comment
Etsuro Fujita
This commit is contained in:
@ -44,8 +44,8 @@
|
|||||||
* corresponding native functions, except that the handle is registered with
|
* corresponding native functions, except that the handle is registered with
|
||||||
* the current subtransaction, and will be automatically closed at abort.
|
* 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 files that can be open using these
|
* and there is a fixed limit on the number of files that can be opened using
|
||||||
* functions at any one time.
|
* these functions at any one time.
|
||||||
*
|
*
|
||||||
* Finally, BasicOpenFile is a just thin wrapper around open() that can
|
* Finally, BasicOpenFile is a just thin wrapper around open() that can
|
||||||
* release file descriptors in use by the virtual file descriptors if
|
* release file descriptors in use by the virtual file descriptors if
|
||||||
|
Reference in New Issue
Block a user