OSDN Git Service

Add missing pg_proc entry for interval_scale(). The lack of this entry
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Jan 2003 00:58:41 +0000 (00:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Jan 2003 00:58:41 +0000 (00:58 +0000)
commit1c25c52c6616f8b1ab6029d134edc903dc6f99de
treeb8bb92554b1b151878d4296fd6eba903d2590494
parent7aa2038d829b8341c88dadf60c6d6ebcfca879cb
Add missing pg_proc entry for interval_scale().  The lack of this entry
causes interval rounding not to work as expected in 7.3, for example
SELECT '18:17:15.6'::interval(0) does not round the value.
I did not force initdb, but one is needed to install the added row.
src/include/catalog/pg_proc.h