sqlca warning (was Re: IFNULL -> COALESCE)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>, Michael Meskes <meskes(at)postgresql(dot)org>
Subject: sqlca warning (was Re: IFNULL -> COALESCE)
Date: 2002-02-11 21:56:00
Message-ID: Pine.LNX.4.30.0202111654120.1903-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane writes:

> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> >> 'sqlca is included by default' message added for 7.2 is annoying!
>
> > No kidding. Can we remove that for 7.2.1?
>
> I didn't understand why it was put in in the first place. There's
> no need for it.

As it stands, sqlca will actually be included twice, so the warning has
some merit. But it might be better to actually prevent the second
inclusion.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-02-11 21:58:56 Re: sqlca warning (was Re: IFNULL -> COALESCE)
Previous Message Ross J. Reedstrom 2002-02-11 21:06:20 Re: IFNULL -> COALESCE