We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d024260 commit 0f75928Copy full SHA for 0f75928
src/bin/pg_dump/pg_dump.c
@@ -1165,8 +1165,8 @@ expand_schema_name_patterns(Archive *fout,
1165
query = createPQExpBuffer();
1166
1167
/*
1168
- * This might sometimes result in duplicate entries in the OID list,
1169
- * 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.
1170
*/
1171
1172
for (cell = patterns->head; cell; cell = cell->next)
0 commit comments