forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1042de6
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 parentef4edf8 commit1042de6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4652 | 4652 |
| |
4653 | 4653 |
| |
4654 | 4654 |
| |
4655 |
| - | |
| 4655 | + | |
4656 | 4656 |
| |
4657 | 4657 |
| |
4658 | 4658 |
| |
|
0 commit comments
Comments
(0)