Re: initdb fails - postgresql does not support leap seconds

From: "Eric" <fishware(at)comcast(dot)net>
To: pgsql-admin(at)postgresql(dot)org pgsql-hackers(at)postgresql(dot)org pgsql-novice(at)postgresql(dot)org
Subject: Re: initdb fails - postgresql does not support leap seconds
Date: 2007-03-16 16:47:10
Message-ID: 1174063630.289041.212360@l77g2000hsb.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-novice

A little more info that might help: I had to put a hack into two .h
files (libpq.h, libpq-int.h) and add

typedef int ssize_t

to get things to compile. I did notice that libpq-int.h had this
typedef inside an #ifdef WIN32_ONLY_COMPILER which apparently wasn't
triggered.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2007-03-16 17:15:54 Re: Question: pg_class attributes and race conditions ?
Previous Message Josh Berkus 2007-03-16 16:42:40 Re: New Project: PostGIS application to Missing People

Browse pgsql-novice by date

  From Date Subject
Next Message Aly Dharshi 2007-03-18 16:43:07 Re: [HACKERS] initdb fails - postgresql does not support leap seconds
Previous Message Eric 2007-03-16 16:33:19 Re: initdb fails - postgresql does not support leap seconds