Re: fix entab compile with gcc 3.3.5

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: fix entab compile with gcc 3.3.5
Дата
Msg-id 200505271515.j4RFFv902879@candle.pha.pa.us
обсуждение исходный текст
Ответ на fix entab compile with gcc 3.3.5  (Marko Kreen <marko@l-t.ee>)
Список pgsql-patches
Marko Kreen wrote:
>
> entab did not compile for me (cvs head), as
> gcc 3.3.5  #error's on <varargs.h>.
>
> This patch includes <stdarg.h> and also converts
> arg declaration to ANSI style, because K&R varargs
> are mystery to me.

Patch applied, with adjustments so it compiles without using c.h. I
actually did not lose your original patch.  It was still in the patches2
queue to be applied before 8.1.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: psql backslash consistency
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: entab vs. gcc4 again