forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitac7df10
committed
pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid
Commit6df7a96 wrote appendPQExpBuffer where it should havewritten printfPQExpBuffer. This resulted in re-issuing theprevious query along with the desired one, which very accidentallyhad 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 parent353708e commitac7df10
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
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
Comments
(0)