very minor problem in contrib/dateformat/to-from_char.c

From: Don Baccus <dhogaza(at)pacifier(dot)com>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: very minor problem in contrib/dateformat/to-from_char.c
Date: 2000-01-28 01:16:42
Message-ID: 3.0.1.32.20000127171642.01056da0@mail.pacifier.com
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%)

- Don Baccus, Portland OR <dhogaza(at)pacifier(dot)com>
Nature photos, on-line guides, Pacific Northwest
Rare Bird Alert Service and other goodies at
http://donb.photo.net.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-01-28 01:21:18 Re: [HACKERS] DISTINCT ON: speak now or forever hold your peace
Previous Message The Hermit Hacker 2000-01-28 01:07:35 [6.5.3] 'attribute not found'