Re: [HACKERS] Current 6.3 issues

From: t-ishii(at)sra(dot)co(dot)jp
To: Michael Meskes <meskes(at)topsystem(dot)de>
Cc: t-ishii(at)sra(dot)co(dot)jp (Tatsuo Ishii), pgsql-hackers(at)postgresql(dot)org (PostgreSQL Hacker)
Subject: Re: [HACKERS] Current 6.3 issues
Date: 1998-03-05 01:41:18
Message-ID: 199803050141.KAA09115@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>Yes, you're right. This should be changed in ecpg.c, too. Could you please
>submit a patch for a version that works for you?

Here it is.
--
Tatsuo Ishii
t-ishii(at)sra(dot)co(dot)jp
--------------------------- cut here ---------------------------
*** ecpg.c.orig Fri Feb 27 21:59:06 1998
--- ecpg.c Thu Mar 5 10:36:10 1998
***************
*** 9,14 ****
--- 9,16 ----
#include <getopt.h>
#else
#include <unistd.h>
+ extern int optind;
+ extern char *optarg;
#endif
#include <stdlib.h>
#if defined(HAVE_STRING_H)

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-03-05 02:19:42 Re: [HACKERS] "Doubled" files related to cyrillic patch in 6.3 release.
Previous Message Bruce Momjian 1998-03-05 01:33:42 Re: [HACKERS] alpha/64bit weirdness