- Notifications
You must be signed in to change notification settings - Fork28
Commit1ab9b01
committed
Allow binary I/O of type "void".
void_send is useful for the same reason that void_out doesn't throw error,namely that someone might do "select void_returning_func(...)" from aclient that prefers to operate in binary mode. The void_recv function mayor may not have any practical use, but we provide it for symmetry.Radosław Smogura1 parentedb3821 commit1ab9b01
File tree
5 files changed
+36
-2
lines changed- src
- backend/utils/adt
- include
- catalog
- utils
5 files changed
+36
-2
lines changedLines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
215 | 243 |
| |
216 | 244 |
| |
217 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4226 | 4226 |
| |
4227 | 4227 |
| |
4228 | 4228 |
| |
| 4229 | + | |
| 4230 | + | |
| 4231 | + | |
| 4232 | + | |
4229 | 4233 |
| |
4230 | 4234 |
| |
4231 | 4235 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
615 | 615 |
| |
616 | 616 |
| |
617 | 617 |
| |
618 |
| - | |
| 618 | + | |
619 | 619 |
| |
620 | 620 |
| |
621 | 621 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
| 507 | + | |
| 508 | + | |
507 | 509 |
| |
508 | 510 |
| |
509 | 511 |
| |
|
0 commit comments
Comments
(0)