forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9b8e1eb
committed
Adjust the recent patch for reporting of deadlocked queries so that we report
query texts only to the server log. This eliminates the issue of possibleleaking of security-sensitive data in other sessions' queries. Since thelog is presumed secure, we can now log the queries of all sessions involvedin the deadlock, whether or not they belong to the same user as the onereporting the failure.1 parent05fc744 commit9b8e1eb
File tree
3 files changed
+28
-18
lines changed- src
- backend
- postmaster
- storage/lmgr
- include
3 files changed
+28
-18
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
2056 | 2056 |
| |
2057 | 2057 |
| |
2058 | 2058 |
| |
2059 |
| - | |
| 2059 | + | |
2060 | 2060 |
| |
2061 | 2061 |
| |
2062 | 2062 |
| |
| |||
2094 | 2094 |
| |
2095 | 2095 |
| |
2096 | 2096 |
| |
2097 |
| - | |
| 2097 | + | |
2098 | 2098 |
| |
2099 | 2099 |
| |
2100 | 2100 |
| |
|
Lines changed: 23 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
879 | 879 |
| |
880 | 880 |
| |
881 | 881 |
| |
882 |
| - | |
883 |
| - | |
| 882 | + | |
| 883 | + | |
884 | 884 |
| |
885 | 885 |
| |
886 | 886 |
| |
887 |
| - | |
888 |
| - | |
| 887 | + | |
| 888 | + | |
889 | 889 |
| |
890 | 890 |
| |
| 891 | + | |
891 | 892 |
| |
892 | 893 |
| |
893 | 894 |
| |
| |||
905 | 906 |
| |
906 | 907 |
| |
907 | 908 |
| |
908 |
| - | |
| 909 | + | |
909 | 910 |
| |
910 |
| - | |
| 911 | + | |
911 | 912 |
| |
912 | 913 |
| |
913 | 914 |
| |
914 | 915 |
| |
915 | 916 |
| |
916 | 917 |
| |
| 918 | + | |
917 | 919 |
| |
918 |
| - | |
919 |
| - | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
920 | 929 |
| |
921 |
| - | |
| 930 | + | |
922 | 931 |
| |
923 | 932 |
| |
924 |
| - | |
| 933 | + | |
925 | 934 |
| |
926 | 935 |
| |
927 | 936 |
| |
928 | 937 |
| |
929 | 938 |
| |
930 |
| - | |
931 |
| - | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
932 | 942 |
| |
933 | 943 |
| |
934 | 944 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
510 |
| - | |
| 510 | + | |
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
|
0 commit comments
Comments
(0)