Re: [HACKERS] Current 6.3 issues

From: Michael Meskes <meskes(at)topsystem(dot)de>
To: t-ishii(at)sra(dot)co(dot)jp
Cc: pgsql-hackers(at)postgresql(dot)org (PostgreSQL Hacker)
Subject: Re: [HACKERS] Current 6.3 issues
Date: 1998-02-27 10:27:40
Message-ID: 199802271027.LAA11737@gauss.topsystem.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

t-ishii(at)sra(dot)co(dot)jp writes:
> >Does it help to add #include <sys/types.h> to pgc.l? I'm not sure which
> >file I should include to be correct.
>
> Yes.

Is already in CVS.

> BTW, line 32 of preproc/main.c has:
>
> char c,
>
> 'char c' should be 'int c' I think. Otherwise
>
> while ((c = getopt(argc, argv, "vdo:")) != EOF)
>
> will not work on some platforms.

Thanks. Changed in my source tree. Will be submitted later.

> Another problem is SunOS does not have getopt(). Possible solutions
> might be:
>
> a. steal getopt(3) source from FreeBSD
> b. rewrite main.c so that it does not use getopt().
>
> I would prefer (a) since it would be easier:-) How do you think?

Ehem, how do we solve this in the backend? It does use getopt, too.

Michael

--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-02-27 11:05:19 Re: [HACKERS] common area
Previous Message Jan Wieck 1998-02-27 10:14:27 Re: [HACKERS] permission issue