Remove the useless and rather inconsistent return values of EncodeDateOnly,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 May 2009 02:17:50 +0000 (02:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 May 2009 02:17:50 +0000 (02:17 +0000)
commit83a3d0689a70c70c6488f3310ed2c36fc9b59f0e
tree277d8cdc263c9974c72992ef325b2631c86833d3
parent0fd3aa808d7003c7ad0f4205101546a57298e853
Remove the useless and rather inconsistent return values of EncodeDateOnly,
EncodeTimeOnly, EncodeDateTime, EncodeInterval.  These don't have any good
reason to fail, and their callers were mostly not checking anyway.
src/backend/utils/adt/datetime.c
src/backend/utils/adt/timestamp.c
src/include/utils/datetime.h