]> granicus.if.org Git - postgresql/commit
Correct broken entries for pg_proc OIDs 1364 (time(abstime))
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Aug 1999 01:35:11 +0000 (01:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Aug 1999 01:35:11 +0000 (01:35 +0000)
commit1f14a9de74b08cb128d14d8bbaf8acb225b87f91
tree6d26652113999264faa25d4751c068c39db3bedf
parent9202c4f79884455c1c0dd11437f44f0c101acdd7
Correct broken entries for pg_proc OIDs 1364 (time(abstime))
and 1370 (timestamp(datetime)).  This does not force an initdb, exactly,
but you won't see the effects of the bug fix until you do one.
BTW, OID 1358 for timespan(time) is still broken:
select timespan('21:11:26'::time);
ERROR:  No such function 'time_timespan' with the specified attributes
But I couldn't figure out what it ought to be defined as, so I left it be.
src/include/catalog/pg_proc.h