> 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