Fix typo in fd.c
The frontend version of walkdir() is defined in file_utils.c, and not initdb.c. Author: Sehrope Sarkuni Discussion: https://postgr.es/m/CAH7T-artawnBt4=KODNCD8Mt2ZX4CCjJT8c=_=950xjutcRZ4Q@mail.gmail.com
This commit is contained in:
parent
30717637c1
commit
b7a82317b6
@ -3208,7 +3208,8 @@ SyncDataDirectory(void)
|
|||||||
*
|
*
|
||||||
* Errors are reported at level elevel, which might be ERROR or less.
|
* Errors are reported at level elevel, which might be ERROR or less.
|
||||||
*
|
*
|
||||||
* See also walkdir in initdb.c, which is a frontend version of this logic.
|
* See also walkdir in file_utils.c, which is a frontend version of this
|
||||||
|
* logic.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
walkdir(const char *path,
|
walkdir(const char *path,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user