forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit147aa84
committed
saw a fix offered up. Since I'm gearing up to use Postgres and Pythonsoon, I figured I'd have a hand at trying to get this sucker addressed.Apologies if this has already been plugged. I looked in the archivesand never saw a response.At any rate, I must admit I don't think I fully understand theimplications of some of the changes I made even though they appear to bestraight forward. We all know the devil is in the details. Anyone moreknowledgeable is requested to review my changes. :(I also updated the advanced.py script in a somewhat nonsensical fashionto make use of an int8 field in an effort to test this change. It seemsto run okay, however, this is by no means an all exhaustive test. So,it's possible that a bumpy road may lay ahead for some. On the otherhand...overflows (hopefully) previously lurked (long -> int conversion).Greg Copeland
1 parentdb14700 commit147aa84
2 files changed
+48
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | 292 | | |
294 | 293 | | |
295 | 294 | | |
296 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
297 | 300 | | |
298 | 301 | | |
299 | 302 | | |
300 | | - | |
| 303 | + | |
301 | 304 | | |
302 | 305 | | |
303 | 306 | | |
304 | | - | |
| 307 | + | |
305 | 308 | | |
306 | 309 | | |
307 | 310 | | |
308 | | - | |
| 311 | + | |
309 | 312 | | |
310 | 313 | | |
311 | 314 | | |
| |||
1797 | 1800 | | |
1798 | 1801 | | |
1799 | 1802 | | |
1800 | | - | |
1801 | 1803 | | |
1802 | 1804 | | |
1803 | 1805 | | |
1804 | 1806 | | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
1805 | 1811 | | |
1806 | 1812 | | |
1807 | 1813 | | |
1808 | | - | |
| 1814 | + | |
1809 | 1815 | | |
1810 | 1816 | | |
1811 | 1817 | | |
1812 | | - | |
| 1818 | + | |
1813 | 1819 | | |
1814 | 1820 | | |
1815 | 1821 | | |
1816 | | - | |
| 1822 | + | |
1817 | 1823 | | |
1818 | 1824 | | |
1819 | 1825 | | |
| |||
1846 | 1852 | | |
1847 | 1853 | | |
1848 | 1854 | | |
1849 | | - | |
| 1855 | + | |
1850 | 1856 | | |
1851 | 1857 | | |
1852 | 1858 | | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
1853 | 1863 | | |
1854 | 1864 | | |
1855 | 1865 | | |
| |||
1946 | 1956 | | |
1947 | 1957 | | |
1948 | 1958 | | |
1949 | | - | |
1950 | 1959 | | |
1951 | 1960 | | |
1952 | 1961 | | |
1953 | 1962 | | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
1954 | 1967 | | |
1955 | 1968 | | |
1956 | 1969 | | |
| |||
1995 | 2008 | | |
1996 | 2009 | | |
1997 | 2010 | | |
1998 | | - | |
| 2011 | + | |
1999 | 2012 | | |
2000 | 2013 | | |
2001 | 2014 | | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
2002 | 2019 | | |
2003 | 2020 | | |
2004 | 2021 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| 128 | + | |
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| 134 | + | |
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| 139 | + | |
135 | 140 | | |
136 | 141 | | |
137 | 142 | | |
| 143 | + | |
138 | 144 | | |
139 | 145 | | |
140 | 146 | | |
| |||
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
151 | 160 | | |
152 | 161 | | |
153 | 162 | | |
154 | 163 | | |
155 | 164 | | |
156 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
157 | 177 | | |
158 | 178 | | |
159 | 179 | | |
| |||
0 commit comments
Comments
(0)