File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242 * Portions Copyright (c) 1994, Regents of the University of California
4343 * Portions taken from FreeBSD.
4444 *
45- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.183 2010/01/26 06:58:39 petere Exp $
45+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.184 2010/01/26 16:18:12 tgl Exp $
4646 *
4747 *-------------------------------------------------------------------------
4848 */
@@ -1215,14 +1215,14 @@ setup_config(void)
12151215 if (err != 0 ||
12161216 getaddrinfo ("::1" , NULL , & hints , & gai_result ) != 0 )
12171217 conflines = replace_token (conflines ,
1218- "host all all ::1" ,
1219- "#host all all ::1" );
1218+ "host all all ::1" ,
1219+ "#host all all ::1" );
12201220 }
12211221#else /* !HAVE_IPV6 */
12221222 /* If we didn't compile IPV6 support at all, always comment it out */
12231223 conflines = replace_token (conflines ,
1224- "host all all ::1" ,
1225- "#host all all ::1" );
1224+ "host all all ::1" ,
1225+ "#host all all ::1" );
12261226#endif /* HAVE_IPV6 */
12271227
12281228 /* Replace default authentication methods */
You can’t perform that action at this time.
0 commit comments