Thanks to visit codestin.com Credit goes to github.com
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 fe455ee commit 7584194Copy full SHA for 7584194
src/bin/initdb/initdb.c
@@ -39,7 +39,7 @@
39
* Portions Copyright (c) 1994, Regents of the University of California
40
* Portions taken from FreeBSD.
41
*
42
- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.50 2004/08/16 15:44:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.51 2004/08/25 20:07:57 tgl Exp $
43
44
*-------------------------------------------------------------------------
45
*/
@@ -2017,7 +2017,7 @@ main(int argc, char *argv[])
2017
ret;
2018
int option_index;
2019
char *short_version;
2020
- char *pgdenv; /* PGDATA value got from sent to
+ char *pgdenv; /* PGDATA value gotten from and sent to
2021
* environment */
2022
static const char *subdirs[] = {
2023
"global",
0 commit comments