Re: pg_attribute typo??

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_attribute typo??
Дата
Msg-id 199808270103.VAA09766@candle.pha.pa.us
обсуждение исходный текст
Ответ на pg_attribute typo??  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
Список pgsql-hackers
> Bruce,
>
> Just noticed the following warning when compiling for the
> umpteenth time ;-)
>
>
> gcc -I../../../include -I../../../backend   -O2  -Wall -Wmissing-prototypes -g
> -I../..   -c relcache.c -o relcache.o
> relcache.c:110: warning: multi-character character constant
> relcache.c:110: warning: overflow in implicit constant conversion
>
> Upon investigation I find what should be a 'd' was a 'd '
>
> Here's a patch.
>

Applied.  Thanks.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: "Renato A de O Mattosinho"
Дата:
Сообщение: Problem with Solaris 2.5.1
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] vacuum problem