From 9a8aeb23a19ee6833480d4c12719d9fd26ad8571 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 2 Aug 1999 05:25:27 +0000 Subject: Another 'mega-commit' of back-patches ... - integrating the #include file cleanup that Bruce recently did - got the CPU change to adt/Makefile - changing DOUBLEALIGN -> MAXALIGN --- src/backend/utils/adt/nabstime.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/backend/utils/adt/nabstime.c') diff --git a/src/backend/utils/adt/nabstime.c b/src/backend/utils/adt/nabstime.c index dbbc54c3f82..015c7bb9dcb 100644 --- a/src/backend/utils/adt/nabstime.c +++ b/src/backend/utils/adt/nabstime.c @@ -4,16 +4,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nabstime.c,v 1.55 1999/05/25 16:12:09 momjian Exp $ + * $Id: nabstime.c,v 1.55.2.1 1999/08/02 05:24:54 scrappy Exp $ * */ -#include #include -#include #include #include "postgres.h" -#include #ifdef HAVE_FLOAT_H #include #endif @@ -23,8 +20,10 @@ #ifndef USE_POSIX_TIME #include #endif -#include "utils/builtins.h" + #include "access/xact.h" +#include "miscadmin.h" +#include "utils/builtins.h" static AbsoluteTime tm2abstime(struct tm * tm, int tz); @@ -348,8 +347,6 @@ nabstimeout(AbsoluteTime time) break; default: abstime2tm(time, &tz, tm, tzn); -#if DATEDEBUG -#endif EncodeDateTime(tm, fsec, &tz, &tzn, DateStyle, buf); break; } -- cgit v1.2.3