From c03e5a891c8221d4283500de8e6e865770ddae30 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 29 Apr 2012 20:39:58 +0200 Subject: [PATCH] =?utf8?q?CData:=20fixed=20typo:=20RRTIMESLICE=20=E2=86=92?= =?utf8?q?=20CDATA.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since the affected macro basically did the same, this error did not matter much, though. --- src/cdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2