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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move timeofday() implementation out of nabstime.c.
Date: 2018-10-11 19:02:53
Message-ID: E1gAgEX-0003E1-BJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-10-11 20:54:41 Re: pgsql: Remove deprecated abstime, reltime, tinterval datatypes.
Previous Message Andres Freund 2018-10-10 20:56:34 pgsql: Fix logical decoding error when system table w/ toast is repeate