forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6f7d02a
committed
instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY
Sets the timestamp to current if not already set. Will acquire morecallers momentarily.Author: Fabien CoelhoDiscussion:https://postgr.es/m/alpine.DEB.2.21.1808111104320.1705@lancre1 parent7306d5e commit6f7d02a
File tree
2 files changed
+11
-7
lines changed- src
- backend/executor
- include/portability
2 files changed
+11
-7
lines changedLines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
72 | 68 |
| |
73 | 69 |
| |
74 | 70 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
| |||
245 | 248 |
| |
246 | 249 |
| |
247 | 250 |
| |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
248 | 256 |
|
0 commit comments
Comments
(0)