Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...
Date
Msg-id 200305220537.h4M5bhi16427@candle.pha.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > I am seeing a compile failure in variable.c because it references
> > timezone, but I only have struct tm on BSD/OS.
> 
> Hm.  Shouldn't TIMEZONE_GLOBAL expand to something that exists
> everywhere?  What exact error are you getting?

I am getting:gcc -O2 -pipe -m486 -Wall -Wmissing-prototypes -Wmissing-declarations -O1 -Wall -Wmissing-prototypes
-Wmissing-declarations-Wpointer-arith -Wcast-align -I../../../src/include -I/usr/local/include/readline
-I/usr/contrib/include -c -o variable.o variable.cvariable.c: In function `tzset_succeeded':variable.c:328: `tzname'
undeclared(first use in this function)variable.c:328: (Each undeclared identifier is reported only oncevariable.c:328:
foreach function it appears in.)gmake: *** [variable.o] Error 1
 

It is tzname. Sorry, I said timezone, but I meant timezone name.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] ERROR: Memory exhausted in AllocSetAlloc(188)
Next
From: Bruno Wolff III
Date:
Subject: Getting schema security in 7.4 with psql?