Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather than
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Oct 2008 15:44:29 +0000 (15:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Oct 2008 15:44:29 +0000 (15:44 +0000)
commit87c1e25825d59476fcdf5f9aab816a55268e52c3
tree1acf9ee9eb9a0c9a33721001c4db20fad3808f67
parent5f9d02ec26d9de3e273d971e47209e6e294a53ac
Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather than
returning a failure code that none of its callers bothered to check for.
src/backend/utils/adt/timestamp.c