forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit64235fe
committed
Don't require users of src/port/gettimeofday.c to initialize it.
Commit8001fe6 introduced thisrequirement, but per discussion, we want to avoid requirements ofthis type to make things easier on the calling code. An especiallyimportant consideration is that this may be used in frontend code,not just the backend.Asif Naeem, reviewed by Michael Paquier1 parentf2874fe commit64235fe
3 files changed
+12
-16
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 | 264 |
| |
271 | 265 |
| |
272 | 266 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
331 |
| - | |
332 |
| - | |
333 | 331 |
| |
334 | 332 |
| |
335 | 333 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
52 |
| - | |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 |
| - | |
56 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 |
| |
58 |
| - | |
59 |
| - | |
| 60 | + | |
| 61 | + | |
60 | 62 |
| |
61 | 63 |
| |
62 | 64 |
| |
| |||
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
83 |
| - | |
84 |
| - | |
85 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 |
| |
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
90 | 93 |
| |
| 94 | + | |
91 | 95 |
| |
92 | 96 |
| |
93 | 97 |
| |
|
0 commit comments
Comments
(0)