forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit614d951
committed
In SELECT FOR UPDATE, silently ignore null CTIDs, rather than generating
an error as we used to. In an OUTER JOIN scenario, retrieving a nullCTID from one of the input relations is entirely expected. We stillwant to lock the input rows from the other relations, so just ignorethe null and keep going.1 parent981a7d3 commit614d951
1 file changed
+9
-7
lines changedLines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
994 | 994 |
| |
995 | 995 |
| |
996 | 996 |
| |
| 997 | + | |
997 | 998 |
| |
998 | 999 |
| |
999 | 1000 |
| |
| |||
1023 | 1024 |
| |
1024 | 1025 |
| |
1025 | 1026 |
| |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
1026 | 1032 |
| |
1027 |
| - | |
1028 |
| - | |
| 1033 | + | |
1029 | 1034 |
| |
1030 | 1035 |
| |
1031 | 1036 |
| |
| |||
1038 | 1043 |
| |
1039 | 1044 |
| |
1040 | 1045 |
| |
1041 |
| - | |
1042 | 1046 |
| |
1043 |
| - | |
1044 |
| - | |
1045 |
| - | |
| 1047 | + | |
1046 | 1048 |
| |
1047 | 1049 |
| |
1048 | 1050 |
| |
|
0 commit comments
Comments
(0)