forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd0e750c
committed
Rename PQtraceSetFlags() to PQsetTraceFlags().
We have a dozen PQset*() functions. PQresultSetInstanceData() and thiswere the libpq setter functions having a different word order. Adoptthe majority word order.Reviewed by Alvaro Herrera and Robert Haas, though this choice of namewas not unanimous.Discussion:https://postgr.es/m/20210605060555.GA216695@rfd.leadboat.com1 parent04539e7 commitd0e750c
File tree
5 files changed
+7
-7
lines changed- doc/src/sgml
- src
- interfaces/libpq
- test/modules/libpq_pipeline
5 files changed
+7
-7
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6533 | 6533 |
| |
6534 | 6534 |
| |
6535 | 6535 |
| |
6536 |
| - | |
6537 |
| - | |
| 6536 | + | |
| 6537 | + | |
6538 | 6538 |
| |
6539 | 6539 |
| |
6540 | 6540 |
| |
6541 | 6541 |
| |
6542 | 6542 |
| |
6543 |
| - | |
| 6543 | + | |
6544 | 6544 |
| |
6545 | 6545 |
| |
6546 | 6546 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
187 | 187 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
406 |
| - | |
| 406 | + | |
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1326 | 1326 |
| |
1327 | 1327 |
| |
1328 | 1328 |
| |
1329 |
| - | |
| 1329 | + | |
1330 | 1330 |
| |
1331 | 1331 |
| |
1332 | 1332 |
| |
|
0 commit comments
Comments
(0)