mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Fix typo in comment
Michael Paquier
This commit is contained in:
@@ -643,7 +643,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
|
|||||||
/*
|
/*
|
||||||
* Verify that the given directory exists and is empty. If it does not
|
* Verify that the given directory exists and is empty. If it does not
|
||||||
* exist, it is created. If it exists but is not empty, an error will
|
* exist, it is created. If it exists but is not empty, an error will
|
||||||
* be give and the process ended.
|
* be given and the process ended.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
verify_dir_is_empty_or_create(char *dirname, bool *created, bool *found)
|
verify_dir_is_empty_or_create(char *dirname, bool *created, bool *found)
|
||||||
|
Reference in New Issue
Block a user