forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb40baa9
committed
Provide log_status_format(), useful for an emit_log_hook.
Refactor so that log_line_prefix() is a thin wrapper over a newfunction log_status_format(), and move the implementation to thelatter. Export log_status_format() so that it can be used by anemit_log_hook.Discussion:https://postgr.es/m/39c8197652f4d3050aedafae79fa5af31096505f.camel%40j-davis.comReviewed-by: Michael Paquier, Alvaro Herrera1 parentbf022d3 commitb40baa9
2 files changed
+16
-3
lines changedLines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2438 | 2438 |
| |
2439 | 2439 |
| |
2440 | 2440 |
| |
2441 |
| - | |
| 2441 | + | |
2442 | 2442 |
| |
2443 | 2443 |
| |
2444 | 2444 |
| |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
| 2453 | + | |
2445 | 2454 |
| |
2446 | 2455 |
| |
2447 | 2456 |
| |
| |||
2465 | 2474 |
| |
2466 | 2475 |
| |
2467 | 2476 |
| |
2468 |
| - | |
| 2477 | + | |
2469 | 2478 |
| |
2470 | 2479 |
| |
2471 |
| - | |
| 2480 | + | |
2472 | 2481 |
| |
2473 | 2482 |
| |
2474 | 2483 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
| |||
439 | 441 |
| |
440 | 442 |
| |
441 | 443 |
| |
| 444 | + | |
| 445 | + | |
442 | 446 |
| |
443 | 447 |
| |
444 | 448 |
| |
|
0 commit comments
Comments
(0)