very minor problem in contrib/dateformat/to-from_char.c - Mailing list pgsql-hackers

From Don Baccus
Subject very minor problem in contrib/dateformat/to-from_char.c
Date
Msg-id 3.0.1.32.20000127171642.01056da0@mail.pacifier.com
Whole thread Raw
Responses Re: [HACKERS] very minor problem in contrib/dateformat/to-from_char.c
List 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@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: Chris Bitmead
Date:
Subject: Re: ORDBMS
Next
From: Philip Warner
Date:
Subject: Re: [HACKERS] DISTINCT ON: speak now or forever hold your peace