forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb01f79
committed
Fix interaction of log_line_prefix's query_id and log_statement
log_statement is issued before query_id can be computed, so properlyclear the value, and document the interaction.Reported-by: Fujii Masao, Michael PaquierDiscussion:https://postgr.es/m/YHPkU8hFi4no4NSw@paquier.xyzAuthor: Julien Rouhaud1 parent9660834 commitdb01f79
File tree
2 files changed
+11
-0
lines changed- doc/src/sgml
- src/backend/utils/activity
2 files changed
+11
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7139 | 7139 |
| |
7140 | 7140 |
| |
7141 | 7141 |
| |
| 7142 | + | |
| 7143 | + | |
| 7144 | + | |
| 7145 | + | |
| 7146 | + | |
| 7147 | + | |
| 7148 | + | |
| 7149 | + | |
| 7150 | + | |
| 7151 | + | |
7142 | 7152 |
| |
7143 | 7153 |
| |
7144 | 7154 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
| 401 | + | |
401 | 402 |
| |
402 | 403 |
| |
403 | 404 |
| |
|
0 commit comments
Comments
(0)