Re: [sferac@bo.nettuno.it: Re: [HACKERS] BUG: NOT boolfield kills backend]

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: prlw1(at)cam(dot)ac(dot)uk (Patrick Welche)
Cc: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: Re: [sferac@bo.nettuno.it: Re: [HACKERS] BUG: NOT boolfield kills backend]
Date: 1998-09-21 12:35:11
Message-ID: 199809211235.IAA10216@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > No one has told me the diffence between:
> >
> > int **var
> >
> > and
> >
> > int (*var)[]
> >
> > but that was the fix.
>
> If anyone does - please let me know! I thought the two were
> equivalent.

Somehow different. It may be the difference between a pointer to a list
of int pointers, and a pointer to a pointer to a list of ints. Does
that make sense?

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jose' Soares 1998-09-21 14:56:54 Re: [HACKERS] Re: NOTICE: _outNode: don't know how to print type 715
Previous Message Bruce Momjian 1998-09-21 11:23:22 Re: [HACKERS] query crashes backend - cvs