Re: pg_attribute typo?? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: pg_attribute typo??
Date
Msg-id 199808270103.VAA09766@candle.pha.pa.us
Whole thread Raw
In response to pg_attribute typo??  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
List 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 by date:

Previous
From: "Renato A de O Mattosinho"
Date:
Subject: Problem with Solaris 2.5.1
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] vacuum problem