forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf57a2f5
committed
Add csvlog output for the new query_id value
This also adjusts the printf format for query id used by log_line_prefix(%Q).Reported-by: Justin PryzbyDiscussion:https://postgr.es/m/20210408005402.GG24239@momjian.usAuthor: Julien Rouhaud, Bruce Momjian1 parent5100010 commitf57a2f5
File tree
3 files changed
+13
-6
lines changed- doc/src/sgml
- src/backend/utils/error
3 files changed
+13
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7310 | 7310 |
| |
7311 | 7311 |
| |
7312 | 7312 |
| |
7313 |
| - | |
| 7313 | + | |
| 7314 | + | |
7314 | 7315 |
| |
7315 | 7316 |
| |
7316 | 7317 |
| |
| |||
7341 | 7342 |
| |
7342 | 7343 |
| |
7343 | 7344 |
| |
| 7345 | + | |
7344 | 7346 |
| |
7345 | 7347 |
| |
7346 | 7348 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
| 270 | + | |
270 | 271 |
| |
271 | 272 |
| |
272 | 273 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2716 | 2716 |
| |
2717 | 2717 |
| |
2718 | 2718 |
| |
2719 |
| - | |
2720 |
| - | |
| 2719 | + | |
| 2720 | + | |
2721 | 2721 |
| |
2722 |
| - | |
2723 |
| - | |
| 2722 | + | |
| 2723 | + | |
2724 | 2724 |
| |
2725 | 2725 |
| |
2726 | 2726 |
| |
| |||
2964 | 2964 |
| |
2965 | 2965 |
| |
2966 | 2966 |
| |
| 2967 | + | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
2967 | 2971 |
| |
2968 | 2972 |
| |
2969 | 2973 |
| |
|
0 commit comments
Comments
(0)