Code

CData: Added casts from integer and numeric to cdata.
[postrr.git] / src / postrr.h.in
index 95582db6eaf3a7d22f2f311f0fb2fb0cef1cf0d6..92025db3589fe438f457000ed41f985558e048c5 100644 (file)
@@ -128,6 +128,8 @@ cdata_typmodout(PG_FUNCTION_ARGS);
 /* casts */
 Datum
 cdata_to_cdata(PG_FUNCTION_ARGS);
+Datum
+int32_to_cdata(PG_FUNCTION_ARGS);
 
 #endif /* ! POSTRR_H */