mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
@ -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)
|
||||||
|
Reference in New Issue
Block a user