forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita5c6b8f
committed
libpq: Trace responses to SSLRequest and GSSENCRequest
Since these are single bytes instead of v2 or v3 messages they needcustom tracing logic. These "messages" don't even have official namesin the protocol specification, so I (Jelte) called them SSLResponse andGSSENCResponse here.Author: Jelte Fennema-Nio <postgres@jeltef.nl>Discussion:https://postgr.es/m/CAGECzQSoPHtZ4xe0raJ6FYSEiPPS+YWXBhOGo+Y1YecLgknF3g@mail.gmail.com1 parent5304fec commita5c6b8f
3 files changed
+36
-0
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3493 | 3493 |
| |
3494 | 3494 |
| |
3495 | 3495 |
| |
| 3496 | + | |
| 3497 | + | |
| 3498 | + | |
3496 | 3499 |
| |
3497 | 3500 |
| |
3498 | 3501 |
| |
3499 | 3502 |
| |
3500 | 3503 |
| |
| 3504 | + | |
| 3505 | + | |
| 3506 | + | |
3501 | 3507 |
| |
3502 | 3508 |
| |
3503 | 3509 |
| |
| |||
3635 | 3641 |
| |
3636 | 3642 |
| |
3637 | 3643 |
| |
| 3644 | + | |
| 3645 | + | |
| 3646 | + | |
| 3647 | + | |
3638 | 3648 |
| |
3639 | 3649 |
| |
3640 | 3650 |
| |
| |||
3648 | 3658 |
| |
3649 | 3659 |
| |
3650 | 3660 |
| |
| 3661 | + | |
| 3662 | + | |
| 3663 | + | |
| 3664 | + | |
3651 | 3665 |
| |
3652 | 3666 |
| |
3653 | 3667 |
| |
|
Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
840 | 840 |
| |
841 | 841 |
| |
842 | 842 |
| |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
889 | 889 |
| |
890 | 890 |
| |
891 | 891 |
| |
| 892 | + | |
| 893 | + | |
892 | 894 |
| |
893 | 895 |
| |
894 | 896 |
| |
|
0 commit comments
Comments
(0)