]> granicus.if.org Git - postgresql/commit
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Aug 2009 21:23:28 +0000 (21:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Aug 2009 21:23:28 +0000 (21:23 +0000)
commitf57d5b7b4bafeac0dac377f8824e4d99547f327c
treee19ed0f696684dc61a2df2b69e8f6d3bfab736dc
parent2792c59a82dcaa2ef13a886031231381bf1980dd
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use.  Per bug report from Hubert Depesz
Lubaczewski.

Alex Hunsaker
src/backend/utils/adt/datetime.c