forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd2246cd
committed
Set debug_query_string in worker_spi.
This makes elog.c emit the string, which is good practice for abackground worker that executes SQL strings.Reviewed by Tom Lane.Discussion:https://postgr.es/m/20201014022636.GA1962668@rfd.leadboat.com1 parentf90e80b commitd2246cd
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| 122 | + | |
122 | 123 |
| |
123 | 124 |
| |
124 | 125 |
| |
| |||
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
| |
| 138 | + | |
137 | 139 |
| |
138 | 140 |
| |
139 | 141 |
| |
| |||
147 | 149 |
| |
148 | 150 |
| |
149 | 151 |
| |
| 152 | + | |
150 | 153 |
| |
151 | 154 |
| |
152 | 155 |
| |
153 | 156 |
| |
| 157 | + | |
| 158 | + | |
154 | 159 |
| |
155 | 160 |
| |
156 | 161 |
| |
157 | 162 |
| |
158 | 163 |
| |
| 164 | + | |
159 | 165 |
| |
160 | 166 |
| |
161 | 167 |
| |
| |||
262 | 268 |
| |
263 | 269 |
| |
264 | 270 |
| |
| 271 | + | |
265 | 272 |
| |
266 | 273 |
| |
267 | 274 |
| |
| |||
291 | 298 |
| |
292 | 299 |
| |
293 | 300 |
| |
| 301 | + | |
294 | 302 |
| |
295 | 303 |
| |
296 | 304 |
| |
|
0 commit comments
Comments
(0)