Re: [HACKERS] Current 6.3 issues - Mailing list pgsql-hackers

From t-ishii@sra.co.jp
Subject Re: [HACKERS] Current 6.3 issues
Date
Msg-id 199803050141.KAA09115@srapc451.sra.co.jp
Whole thread Raw
In response to Re: [HACKERS] Current 6.3 issues  (Michael Meskes <meskes@topsystem.de>)
List 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@sra.co.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)

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] alpha/64bit weirdness
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] "Doubled" files related to cyrillic patch in 6.3 release.