forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite025bb7

Thomas G. Lockhart
Define macros for handling typmod manipulation for date/time types.
Should be more robust than all of that brute-force inline code.Rename macros for masking and typmod manipulation to put TIMESTAMP_ or INTERVAL_ in front of the macro name, to reduce the possibility of name space collisions.1 parent043f9eb commite025bb7
1 file changed
+17
-5
lines changedLines changed: 17 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 |
| |
56 | 60 |
| |
57 | 61 |
| |
| |||
117 | 121 |
| |
118 | 122 |
| |
119 | 123 |
| |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
137 | 149 |
| |
138 | 150 |
| |
139 | 151 |
| |
|
0 commit comments
Comments
(0)