forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1ce4c9e

Neil Conway
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
a va_list. Christof Petig's previous patch made this change, but neglectedto update ecpglib/descriptor.c, resulting in a compiler warning (and alikely runtime crash) on AMD64 and PPC.1 parent4dcc82a commit1ce4c9e
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
503 | 503 |
| |
504 | 504 |
| |
505 | 505 |
| |
| 506 | + | |
| 507 | + | |
| 508 | + | |
506 | 509 |
| |
| 510 | + | |
507 | 511 |
| |
508 | 512 |
| |
509 | 513 |
| |
|
0 commit comments
Comments
(0)