forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7adec2d
committed
libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctly
libpq tracing via PQtrace would uselessly print the wrong thing forthese types of messages. With this commit, their type and contentswould be correctly listed. (This can be verified with PQconnectStart(),but we don't use that in libpq_pipeline, so I (Álvaro) haven't botheredto add any tests.)Author: Jelte Fennema-Nio <postgres@jeltef.nl>Discussion:https://postgr.es/m/CAGECzQSoPHtZ4xe0raJ6FYSEiPPS+YWXBhOGo+Y1YecLgknF3g@mail.gmail.com1 parenta79ed10 commit7adec2d
1 file changed
+43
-12
lines changedLines changed: 43 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
707 | 707 |
| |
708 | 708 |
| |
709 | 709 |
| |
| 710 | + | |
| 711 | + | |
710 | 712 |
| |
711 | 713 |
| |
| 714 | + | |
| 715 | + | |
712 | 716 |
| |
713 | 717 |
| |
714 | 718 |
| |
| |||
723 | 727 |
| |
724 | 728 |
| |
725 | 729 |
| |
726 |
| - | |
| 730 | + | |
727 | 731 |
| |
728 |
| - | |
729 |
| - | |
730 |
| - | |
731 |
| - | |
732 |
| - | |
733 |
| - | |
734 |
| - | |
735 |
| - | |
736 |
| - | |
737 |
| - | |
738 |
| - | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
739 | 770 |
| |
740 | 771 |
| |
741 | 772 |
| |
|
0 commit comments
Comments
(0)