diff options
| author | Teodor Sigaev | 2015-09-15 06:33:22 +0000 |
|---|---|---|
| committer | Teodor Sigaev | 2015-09-15 06:33:22 +0000 |
| commit | 0f75928516a55ba69d46328ec5e676c13d163831 (patch) | |
| tree | bbb627dda28f7fc044bb14837fa92bef2414a1ee /src | |
| parent | d02426029b133ee2bbe492a038642359bce3c527 (diff) | |
Fix wrong comment in commit d02426029b133ee2bbe492a038642359bce3c527
Per gripe from Robert Haas
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/pg_dump/pg_dump.c | 4 |
1 files 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) |
