diff options
author | Shigeru Hanada | 2011-03-15 04:19:24 +0000 |
---|---|---|
committer | Shigeru Hanada | 2011-03-15 04:19:24 +0000 |
commit | 47c559a335be1769c6aad97f6d9a2b35a969a1df (patch) | |
tree | 92c0288b682eec3de81d5a9c876b31de2c2d3d05 /src/bin/initdb/initdb.c | |
parent | ef05d6c1e238f5d211201539e1908e1f75edaec4 (diff) | |
parent | 2d68a329e3a2739012e6dca0327ab006276e93b0 (diff) |
Merge branch 'postgresql_fdw' into parallelparallel
Diffstat (limited to 'src/bin/initdb/initdb.c')
-rw-r--r-- | src/bin/initdb/initdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index acd251415d..f6cf377282 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -2635,7 +2635,6 @@ main(int argc, char *argv[]) if (strcmp(authmethod, "md5") && strcmp(authmethod, "ident") && - strncmp(authmethod, "ident ", 6) && /* ident with space = param */ strcmp(authmethod, "trust") && #ifdef USE_PAM strcmp(authmethod, "pam") && |