Bruce Momjian <[EMAIL PROTECTED]> writes: > else if (*s == 0) > ! elog(ERROR, "pg_atoi: zero-length string!");
The exclamation point seems inappropriate. Perhaps "zero-length input" would be better than "string" also. Otherwise this seems like a reasonable thing to do. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly