Code

CData: fixed typo: RRTIMESLICE → CDATA.
authorSebastian Harl <sh@tokkee.org>
Sun, 29 Apr 2012 18:39:58 +0000 (20:39 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 29 Apr 2012 18:39:58 +0000 (20:39 +0200)
Since the affected macro basically did the same, this error did not matter
much, though.

src/cdata.c

index b929e3ad1196e30de0d05cbb4e93e73645842848..076b037bbe903d4c73b43528018b21288b6c1486 100644 (file)
@@ -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