]> granicus.if.org Git - postgresql/commit
Move timeofday() implementation out of nabstime.c.
authorAndres Freund <andres@anarazel.de>
Thu, 11 Oct 2018 18:30:59 +0000 (11:30 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 11 Oct 2018 18:30:59 +0000 (11:30 -0700)
commit86896be60ef7ace74b7b6858588ec7fae030fefd
treefe8df6e2ac10dd30fe332821adaad74ff7a02250
parente9edc1ba0be21278de8f04a068c2fb3504dc03fc
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:
    https://postgr.es/m/20181009192237.34wjp3nmw7oynmmr@alap3.anarazel.de
    https://postgr.es/m/20180928223240.kgwc4czzzekrpsid%40alap3.anarazel.de
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/timestamp.c