File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1470,11 +1470,11 @@ static table_sql sql_for_relations_format2()
14701470 " @> ARRAY[$1::bigint];\n " ;
14711471
14721472 sql.create_fw_dep_indexes =
1473- " CREATE INDEX {schema} \" {prefix}_rels_node_members\" "
1473+ " CREATE INDEX \" {prefix}_rels_node_members\" "
14741474 " ON {schema}\" {prefix}_rels\" USING GIN"
14751475 " (({schema}\" {prefix}_member_ids\" (members, 'N'::char)))"
14761476 " WITH (fastupdate = off) {index_tablespace};\n "
1477- " CREATE INDEX {schema} \" {prefix}_rels_way_members\" "
1477+ " CREATE INDEX \" {prefix}_rels_way_members\" "
14781478 " ON {schema}\" {prefix}_rels\" USING GIN"
14791479 " (({schema}\" {prefix}_member_ids\" (members, 'W'::char)))"
14801480 " WITH (fastupdate = off) {index_tablespace};\n " ;
You can’t perform that action at this time.
0 commit comments