summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dbdf7e6)
raw | patch | inline | side by side (parent: dbdf7e6)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 29 Apr 2012 18:39:58 +0000 (20:39 +0200) | ||
committer | Sebastian 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.
much, though.
src/cdata.c | patch | blob | history |
diff --git a/src/cdata.c b/src/cdata.c
index b929e3ad1196e30de0d05cbb4e93e73645842848..076b037bbe903d4c73b43528018b21288b6c1486 100644 (file)
--- a/src/cdata.c
+++ b/src/cdata.c
else
data->cf = 0;
- PG_RETURN_RRTIMESLICE_P(data);
+ PG_RETURN_CDATA_P(data);
} /* cdata_in */
Datum