forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0c67946
committed
Add BackendType for standalone backends
All backends should have a BackendType to enable statistics reportingper BackendType.Add a new BackendType for standalone backends, B_STANDALONE_BACKEND (andalphabetize the BackendTypes). Both the bootstrap backend and singleuser mode backends will have BackendType B_STANDALONE_BACKEND.Author: Melanie Plageman <melanieplageman@gmail.com>Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://www.postgresql.org/message-id/CAAKRu_aaq33UnG4TXq3S-OSXGWj1QGf0sU%2BECH4tNwGFNERkZA%40mail.gmail.com1 parentcd06334 commit0c67946
2 files changed
+14
-8
lines changedLines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| 179 | + | |
| 180 | + | |
179 | 181 |
| |
180 | 182 |
| |
181 | 183 |
| |
| |||
255 | 257 |
| |
256 | 258 |
| |
257 | 259 |
| |
| 260 | + | |
| 261 | + | |
| 262 | + | |
258 | 263 |
| |
259 | 264 |
| |
260 | 265 |
| |
| |||
273 | 278 |
| |
274 | 279 |
| |
275 | 280 |
| |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
276 | 287 |
| |
277 | 288 |
| |
278 | 289 |
| |
| |||
285 | 296 |
| |
286 | 297 |
| |
287 | 298 |
| |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 | 299 |
| |
295 | 300 |
| |
296 | 301 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
| 319 | + | |
319 | 320 |
| |
320 | 321 |
| |
321 | 322 |
| |
322 | 323 |
| |
323 | 324 |
| |
324 | 325 |
| |
| 326 | + | |
| 327 | + | |
325 | 328 |
| |
326 | 329 |
| |
327 | 330 |
| |
328 | 331 |
| |
329 |
| - | |
330 |
| - | |
331 | 332 |
| |
332 | 333 |
| |
333 | 334 |
| |
|
0 commit comments
Comments
(0)