forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit220b343
committed
We don't need to include pg_sema.h in s_lock.h anymore.
Minor improvement to commitdaa7527:s_lock.h no longer has any need to mention PGSemaphoreData, so we canrip out the #include that supplies that. In a non-HAVE_SPINLOCKSbuild, this doesn't really buy much since we still need the #includein spin.h --- but everywhere else, this reduces #include footprint bysome trifle, and helps keep the different locking facilities separate.1 parent080b7db commit220b343
3 files changed
+4
-3
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 |
| - | |
99 | 97 |
| |
100 | 98 |
| |
101 |
| - | |
102 | 99 |
| |
103 | 100 |
| |
104 | 101 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 |
| |
61 | 64 |
| |
62 | 65 |
| |
|
0 commit comments
Comments
(0)