]> granicus.if.org Git - postgresql/commit
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)
commit791359fe0eae83641f0929159d5861359d395e97
treef8271892c0aa5d692fed78a95f6e67da068ba3e9
parentf346a232edc233858203ff4aa7774fdd4b53e1a5
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