pgsql: Move timeofday() implementation out of nabstime.c.

Started by Andres Freundalmost 8 years ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

Move timeofday() implementation out of nabstime.c.

nabstime.c is about to be removed, but timeofday() isn't related to
the rest of the functionality therein, and some find it useful. Move
to timestamp.c.

Discussion:
/messages/by-id/20181009192237.34wjp3nmw7oynmmr@alap3.anarazel.de
/messages/by-id/20180928223240.kgwc4czzzekrpsid@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/86896be60ef7ace74b7b6858588ec7fae030fefd

Modified Files
--------------
src/backend/utils/adt/nabstime.c | 29 -----------------------------
src/backend/utils/adt/timestamp.c | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 29 deletions(-)