mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef NOT_USED" for current. I have tested these patches in that the postgres binaries are identical.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nabstime.c,v 1.52 1999/02/13 23:19:24 momjian Exp $
|
||||
* $Id: nabstime.c,v 1.53 1999/02/21 03:49:32 scrappy Exp $
|
||||
*
|
||||
*/
|
||||
#include <stdio.h>
|
||||
@ -63,7 +63,7 @@ GetCurrentAbsoluteTime(void)
|
||||
CTimeZone = -tm->tm_gmtoff; /* tm_gmtoff is Sun/DEC-ism */
|
||||
CDayLight = (tm->tm_isdst > 0);
|
||||
|
||||
#if 0
|
||||
#ifdef NOT_USED
|
||||
/*
|
||||
* XXX is there a better way to get local timezone string w/o
|
||||
* tzname? - tgl 97/03/18
|
||||
|
Reference in New Issue
Block a user