Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Don Baccus <dhogaza(at)pacifier(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c
Date: 2000-01-28 04:51:03
Message-ID: 200001280451.XAA10326@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> gcc -Wall picks up a warning on line 1187 of this file:
>
> elog(ERROR, "s%: Unable to convert datetime to tm", FUNC_NAME);
>
> I presume line 1187 should be:
>
> elog(ERROR, "%s: Unable to convert datetime to tm", FUNC_NAME);
> ^^ (not s%)

This file is removed from the tree now. Moved to adt, where this bug
doesn't exista anymore.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-01-28 04:55:56 Re: [HACKERS] [6.5.3] 'attribute not found'
Previous Message Tom Lane 2000-01-28 04:49:14 Re: [SQL] RE: [GENERAL] Problem with SELECT on large negative INT4