Commit 0f759285 authored by Teodor Sigaev's avatar Teodor Sigaev

Fix wrong comment in commit d0242602

Per gripe from Robert Haas
parent d0242602
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment