forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit39a138f
committed
Revert "Fix comments in instr_time.h and remove an unneeded cast to int64"
This reverts commit3dcb09d. Tom Lane pointed out that it broke theabstraction provided by the macros. The callers should not need toknow what the internal type is.This commit is an exact revert, the next commit will fix the commentson the macros that incorrectly claim that they return uint64.Discussion:https://www.postgresql.org/message-id/ZrHkv3MAQfwNSmTG@ip-10-97-1-34.eu-west-3.compute.internal1 parent6e086fa commit39a138f
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
|
0 commit comments
Comments
(0)