forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit11f3669
committed
pgbench: Move constant into format string
As coded, the row data strings generated for pgbench_accounts' COPY inthe client-side data generation were always assigning 0 for one of itsattributes. This simplifies a bit an upcoming patch to switchclient-side data generation of pgbench to use COPY for the teller andbranch tables, rather than individual INSERTs.Author: Tristan PartinDiscussion:https://postgr.es/m/CSTU5P82ONZ1.19XFUGHMXHBRY@c3po1 parent46ebdfe commit11f3669
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4947 | 4947 |
| |
4948 | 4948 |
| |
4949 | 4949 |
| |
4950 |
| - | |
4951 |
| - | |
| 4950 | + | |
| 4951 | + | |
4952 | 4952 |
| |
4953 | 4953 |
| |
4954 | 4954 |
| |
|
0 commit comments
Comments
(0)