]> git.ipfire.org Git - thirdparty/postgresql.git/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:42 +0000 (21:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Aug 2009 21:23:42 +0000 (21:23 +0000)
commited398d1957835d71f9135ec6161036a3174a394f
tree2b8456c2fbb94bd27210b51674000ca524a65605
parent83108d1551e809cf573090e2dfac1473311f3a85
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