CVS compile failure - Mailing list pgsql-hackers

From Bruce Momjian
Subject CVS compile failure
Date
Msg-id 200407190306.i6J36XC06428@candle.pha.pa.us
Whole thread Raw
Responses Re: CVS compile failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: CVS compile failure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I am seeing a compile failure in current CVS from strptime():
 ./backend/access/transam/xlog.c:    if (strptime(tok2, "%Y-%m-%d %H:%M:%S", &tm) == NULL)

BSD/OS does not have that function.

--  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: Greg Stark
Date:
Subject: Re: Escaping metacharacters
Next
From: Tom Lane
Date:
Subject: Re: Why we really need timelines *now* in PITR