Re: [HACKERS] Current 6.3 issues

Поиск
Список
Период
Сортировка
От t-ishii@sra.co.jp
Тема Re: [HACKERS] Current 6.3 issues
Дата
Msg-id 199803050141.KAA09115@srapc451.sra.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] Current 6.3 issues  (Michael Meskes <meskes@topsystem.de>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] alpha/64bit weirdness
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] "Doubled" files related to cyrillic patch in 6.3 release.