forked fromtvondra/shared_ispell
- Notifications
You must be signed in to change notification settings - Fork1
Commit64b5868
adapt shared_ispell for upcoming PostgreSQL 15
1. Only call RequestAddinShmemSpace and RequestNamedLWLockTranche from withinour implementation of shmem_request_hook (as required after commit 4f2400cb3in PostgreSQL 15).2. While we are here, remove _PG_fini, as it is now officially deadafter commit ab02d702e in PostgreSQL 15.1 parentbe08627 commit64b5868
1 file changed
+19
-15
lines changedLines changed: 19 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
74 |
| - | |
| 73 | + | |
75 | 74 |
| |
76 | 75 |
| |
77 | 76 |
| |
| |||
97 | 96 |
| |
98 | 97 |
| |
99 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
100 | 104 |
| |
101 | 105 |
| |
102 | 106 |
| |
| |||
127 | 131 |
| |
128 | 132 |
| |
129 | 133 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 |
| |
136 | 139 |
| |
137 | 140 |
| |
138 | 141 |
| |
139 | 142 |
| |
140 | 143 |
| |
| 144 | + | |
141 | 145 |
| |
142 | 146 |
| |
143 | 147 |
| |
144 | 148 |
| |
145 | 149 |
| |
146 | 150 |
| |
147 | 151 |
| |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
| 152 | + | |
| 153 | + | |
154 | 154 |
| |
155 |
| - | |
156 |
| - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
157 | 161 |
| |
158 | 162 |
| |
159 | 163 |
| |
|
0 commit comments
Comments
(0)