1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-20 05:13:53 +03:00

Fix wrong comment in commit d02426029b133ee2bbe492a038642359bce3c527

Per gripe from Robert Haas
This commit is contained in:
Teodor Sigaev 2015-09-15 09:33:22 +03:00
parent d02426029b
commit 0f75928516

View File

@ -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)