mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Fix typos in commit 05d4cbf9b6
.
Reported by Justin Pryzby. Discussion: http://postgr.es/m/20220927185121.GE6256@telsasoft.com
This commit is contained in:
@@ -88,7 +88,7 @@ option_parse_int(const char *optarg, const char *optname,
|
||||
* option_parse_relfilenumber
|
||||
*
|
||||
* Parse relfilenumber value for an option. If the parsing is successful,
|
||||
* returns; if parsing fails, returns false.
|
||||
* returns true; if parsing fails, returns false.
|
||||
*/
|
||||
bool
|
||||
option_parse_relfilenumber(const char *optarg, const char *optname)
|
||||
|
Reference in New Issue
Block a user