Re: pgsql/src/interfaces/ecpg/preproc pgc.l

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql/src/interfaces/ecpg/preproc pgc.l
Дата
Msg-id 200203241938.g2OJc7401421@candle.pha.pa.us
обсуждение исходный текст
Ответ на pgsql/src/interfaces/ecpg/preproc pgc.l  (tgl@postgresql.org (Tom Lane))
Список pgsql-committers
Tom Lane wrote:
> CVSROOT:    /cvsroot
> Module name:    pgsql
> Changes by:    tgl@postgresql.org    02/03/24 13:22:21
>
> Modified files:
>     src/interfaces/ecpg/preproc: pgc.l
>
> Log message:
>     Indenting #if commands is not portable, is it?

Correct.  For those curious:

    !       #ifdef HAVE_LONG_INT_64

should probably be:

    ! #    ifdef HAVE_LONG_INT_64

I have seen the part after the # indented effectively.  However, we
don't normally even bother with that in our code.  Seems I added this
bug trying to indent a block of code.  Funny I got no errors on the
compile.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/interfaces/ecpg/preproc pgc.l
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: pgsql/src/interfaces/ecpg/preproc pgc.l