From 091126fa28b4dbfd9df2fc4c22deade58f7e24dc Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 29 May 2000 05:45:56 +0000 Subject: Generated header files parse.h and fmgroids.h are now copied into the src/include tree, so that -I backend is no longer necessary anywhere. Also, clean up some bit rot in contrib tree. --- contrib/datetime/datetime_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/datetime/datetime_functions.c') diff --git a/contrib/datetime/datetime_functions.c b/contrib/datetime/datetime_functions.c index 47991a8646..ca9c8afe35 100644 --- a/contrib/datetime/datetime_functions.c +++ b/contrib/datetime/datetime_functions.c @@ -96,7 +96,7 @@ hhmm_in(char *str) *tm = &tt; if (!PointerIsValid(str)) - elog(ERROR, "Bad (null) time external representation", NULL); + elog(ERROR, "Bad (null) time external representation"); if (decode_24h_time(str, tm, &fsec) != 0) elog(ERROR, "Bad time external representation '%s'", str); -- cgit v1.2.1