Re: path.c char[strlen("xxx")] not portable

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: path.c char[strlen("xxx")] not portable
Дата
Msg-id 200406111709.i5BH9nn03015@candle.pha.pa.us
обсуждение исходный текст
Ответ на path.c char[strlen("xxx")] not portable  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Список pgsql-patches
Patch applied.  The only reason I used strlen is because sizeof a string
is one more than the strlen().

---------------------------------------------------------------------------

Zeugswetter Andreas SB SD wrote:
>
> strlen inside variable declaration is not portable C (AIX):
>
> char env_path[MAXPGPATH + strlen("PGLOCALEDIR=")];
>
> use sizeof instead.
>
> Please apply to current
>
> Andreas

Content-Description: path.c.locale.patch

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Compiling libpq with VisualC
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: translation updates pt_BR