- Notifications
You must be signed in to change notification settings - Fork28
Commitbbf37e9
committed
typedef struct LTAG
{ Oid relId; Oid dbId; union { BlockNumber blkno; TransactionId xid; } objId;>> Added:> /*> * offnum should be part of objId.tupleId above, but would increase> * sizeof(LOCKTAG) and so moved here; currently used by userlocks only.> */> OffsetNumber offnum; uint16 lockmethod; /* needed by userlocks */} LOCKTAG;gmake clean required...User locks are ready for 6.5 release...1 parent42a02c4 commitbbf37e9
2 files changed
+25
-23
lines changedLines changed: 13 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 |
| - | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
27 |
| - | |
| 26 | + | |
28 | 27 |
| |
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 33 | + | |
| 34 | + | |
37 | 35 |
| |
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
41 | 39 |
| |
42 |
| - | |
| 40 | + | |
43 | 41 |
| |
44 | 42 |
| |
45 | 43 |
| |
46 | 44 |
| |
47 | 45 |
| |
48 | 46 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
| 47 | + | |
| 48 | + | |
52 | 49 |
| |
53 | 50 |
| |
54 | 51 |
| |
55 | 52 |
| |
56 | 53 |
| |
57 |
| - | |
| 54 | + | |
58 | 55 |
| |
59 |
| - | |
| 56 | + | |
60 | 57 |
| |
61 | 58 |
| |
62 | 59 |
| |
63 | 60 |
| |
64 |
| - | |
| 61 | + | |
65 | 62 |
| |
66 |
| - | |
| 63 | + | |
67 | 64 |
| |
68 | 65 |
| |
69 | 66 |
| |
70 | 67 |
| |
71 | 68 |
| |
72 |
| - | |
| 69 | + | |
73 | 70 |
| |
74 | 71 |
| |
75 | 72 |
| |
76 | 73 |
| |
77 | 74 |
| |
78 |
| - | |
| 75 | + | |
79 | 76 |
| |
80 | 77 |
| |
81 | 78 |
| |
|
Lines changed: 12 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
| 64 | + | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 |
| |
73 | 78 |
| |
74 | 79 |
| |
|
0 commit comments
Comments
(0)