From 0f75928516a55ba69d46328ec5e676c13d163831 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Tue, 15 Sep 2015 09:33:22 +0300 Subject: [PATCH] Fix wrong comment in commit d02426029b133ee2bbe492a038642359bce3c527 Per gripe from Robert Haas --- src/bin/pg_dump/pg_dump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 6eee00fd2d..e943f6c23c 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -1165,8 +1165,8 @@ expand_schema_name_patterns(Archive *fout, query = createPQExpBuffer(); /* - * This might sometimes result in duplicate entries in the OID list, - * but we don't care. + * The loop below runs multiple SELECTs might sometimes result in + * duplicate entries in the OID list, but we don't care. */ for (cell = patterns->head; cell; cell = cell->next) -- 2.40.0