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:
parent
d02426029b
commit
0f75928516
@ -1165,8 +1165,8 @@ expand_schema_name_patterns(Archive *fout,
|
|||||||
query = createPQExpBuffer();
|
query = createPQExpBuffer();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This might sometimes result in duplicate entries in the OID list,
|
* The loop below runs multiple SELECTs might sometimes result in
|
||||||
* but we don't care.
|
* duplicate entries in the OID list, but we don't care.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
for (cell = patterns->head; cell; cell = cell->next)
|
for (cell = patterns->head; cell; cell = cell->next)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user