Skip to content

Commit 0f75928

Browse files
committed
Fix wrong comment in commit d024260
Per gripe from Robert Haas
1 parent d024260 commit 0f75928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,8 +1165,8 @@ expand_schema_name_patterns(Archive *fout,
11651165
query = createPQExpBuffer();
11661166

11671167
/*
1168-
* This might sometimes result in duplicate entries in the OID list,
1169-
* but we don't care.
1168+
* The loop below runs multiple SELECTs might sometimes result in
1169+
* duplicate entries in the OID list, but we don't care.
11701170
*/
11711171

11721172
for (cell = patterns->head; cell; cell = cell->next)

0 commit comments

Comments
 (0)