forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0fad355
committed
Update obsolete comments in lwlock.h.
The typical size of an LWLock is now 16 bytes even on 64-bit platforms,and the size of slock_t is now irrelevant. But pg_atomic_uint32 can(perhaps surprisingly) still be larger than 4 bytes, so there's stillsome marginal point to allowing LWLOCK_MINIMAL_SIZE == 64.Commit008608b made the changesthat led to the need for these updates.1 parent0813216 commit0fad355
1 file changed
+9
-8
lines changedLines changed: 9 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
|
0 commit comments
Comments
(0)