Re: [HACKERS] v6.4-BETA3 problems with FreeBSD

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] v6.4-BETA3 problems with FreeBSD
Дата
Msg-id 199811021527.KAA14622@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] v6.4-BETA3 problems with FreeBSD  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> On Mon, 2 Nov 1998, SHIOZAKI Takehiko wrote:
> 
> > [On Nov  2, The Hermit Hacker <scrappy@hub.org> writes:]
> > >
> > >> # And my patch for nbtsearch.c is not applied yet.  Was it wrong?
> > >
> > >    Did I miss something?
> > 
> > Please make sure whether this is correct.
> > http://www.PostgreSQL.ORG/mhonarc/pgsql-hackers/1998-10/msg01135.html
> 
>     Bruce, can you check that one.  Basically, we try and pass:
> 
>     rel->rd_rel->relname
> 
>     instead of
> 
>     rel->rd_rel->relname.data
> 
>     around line 217 (elog(...)) in nbtsearch.c ...

Oh, I see the problem now.  Originally, I thought it was just a question
of style, but now I see that the whole structure is being passed to
elog(), rather than the character pointer.

Patch applied.

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] A small problem with the new inet and cidr types
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] relname.data