forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3b12e68
committed
Change argument type of pq_sendbytes from char * to void *
This is a follow-up to1f605b8. Itallows getting rid of further casts at call sites.Reviewed-by: Corey Huinker <corey.huinker@gmail.com>Discussion:https://www.postgresql.org/message-id/783a4edb-84f9-6df2-7470-2ef5ccc6607a@enterprisedb.com1 parenta8a4482 commit3b12e68
File tree
5 files changed
+9
-10
lines changed- src
- backend
- libpq
- utils/adt
- include/libpq
5 files changed
+9
-10
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
|
Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
654 | 654 |
| |
655 | 655 |
| |
656 | 656 |
| |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
| |||
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
667 |
| - | |
668 |
| - | |
| 667 | + | |
669 | 668 |
| |
670 | 669 |
| |
671 | 670 |
| |
| |||
1097 | 1096 |
| |
1098 | 1097 |
| |
1099 | 1098 |
| |
1100 |
| - | |
| 1099 | + | |
1101 | 1100 |
| |
1102 | 1101 |
| |
1103 | 1102 |
| |
| |||
1107 | 1106 |
| |
1108 | 1107 |
| |
1109 | 1108 |
| |
1110 |
| - | |
| 1109 | + | |
1111 | 1110 |
| |
1112 | 1111 |
| |
1113 |
| - | |
| 1112 | + | |
1114 | 1113 |
| |
1115 | 1114 |
| |
1116 | 1115 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
685 | 685 |
| |
686 | 686 |
| |
687 | 687 |
| |
688 |
| - | |
| 688 | + | |
689 | 689 |
| |
690 | 690 |
| |
691 | 691 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
0 commit comments
Comments
(0)