From: Sebastian Harl Date: Sun, 29 Apr 2012 18:39:58 +0000 (+0200) Subject: CData: fixed typo: RRTIMESLICE → CDATA. X-Git-Url: https://git.tokkee.org/?p=postrr.git;a=commitdiff_plain;h=c03e5a891c8221d4283500de8e6e865770ddae30 CData: fixed typo: RRTIMESLICE → CDATA. Since the affected macro basically did the same, this error did not matter much, though. --- diff --git a/src/cdata.c b/src/cdata.c index b929e3a..076b037 100644 --- a/src/cdata.c +++ b/src/cdata.c @@ -150,7 +150,7 @@ cdata_in(PG_FUNCTION_ARGS) else data->cf = 0; - PG_RETURN_RRTIMESLICE_P(data); + PG_RETURN_CDATA_P(data); } /* cdata_in */ Datum