Commit ac7df10
committed
pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid
Commit 6df7a96 wrote appendPQExpBuffer where it should have
written printfPQExpBuffer. This resulted in re-issuing the
previous query along with the desired one, which very accidentally
had no negative consequences except for some wasted cycles.
Back-patch to v14 where that came in.
Discussion: https://postgr.es/m/1714711.1642962663@sss.pgh.pa.us1 parent 353708e commit ac7df10
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4574 | 4574 | | |
4575 | 4575 | | |
4576 | 4576 | | |
4577 | | - | |
| 4577 | + | |
4578 | 4578 | | |
4579 | 4579 | | |
4580 | 4580 | | |
| |||
0 commit comments