forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1decc20
committed
Tom Lane wrote:
> momjian@svr1.postgresql.org (Bruce Momjian) writes:>> someone asked me about the FK deadlock fix, mentioned in the 7.3.3>> release notes as 3rd change:>>http://www.postgresql.org/docs/current/static/release-7-3-3.html>> Actually, that fix was available with 7.4, not 7.3. Don't know if we can>> retroactively change the release-notes though.>> This is completely erroneous, please undo it.>> 2003-05-21 14:14 tgl>> * src/: backend/utils/adt/ri_triggers.c,> test/regress/expected/foreign_key.out (REL7_3_STABLE): Back-patch> Jan's fix to avoid primary key lookup (and lock) if foreign key> does not change on UPDATE.Oh ... didn't know that you did a backpatch. SorryJan1 parent1e376bf commit1decc20
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
465 |
| - | |
466 |
| - | |
467 | 465 |
| |
468 | 466 |
| |
469 | 467 |
| |
| |||
940 | 938 |
| |
941 | 939 |
| |
942 | 940 |
| |
| 941 | + | |
| 942 | + | |
943 | 943 |
| |
944 | 944 |
| |
945 | 945 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
1056 | 1056 |
| |
1057 | 1057 |
| |
1058 | 1058 |
| |
1059 |
| - | |
1060 | 1059 |
| |
1061 | 1060 |
| |
1062 | 1061 |
| |
| |||
2090 | 2089 |
| |
2091 | 2090 |
| |
2092 | 2091 |
| |
| 2092 | + | |
2093 | 2093 |
| |
2094 | 2094 |
| |
2095 | 2095 |
| |
|
0 commit comments
Comments
(0)