Code

rrtimeslice: Added hash function and operator class.
[postrr.git] / src / postrr.h.in
index 95582db6eaf3a7d22f2f311f0fb2fb0cef1cf0d6..9a25d4e9f0c76375cbaab4a97c6ac85273644e2a 100644 (file)
@@ -94,6 +94,8 @@ Datum
 rrtimeslice_ge(PG_FUNCTION_ARGS);
 Datum
 rrtimeslice_cmp(PG_FUNCTION_ARGS);
+Datum
+rrtimeslice_hash(PG_FUNCTION_ARGS);
 
 /*
  * internal (not fmgr-callable) functions
@@ -128,6 +130,8 @@ cdata_typmodout(PG_FUNCTION_ARGS);
 /* casts */
 Datum
 cdata_to_cdata(PG_FUNCTION_ARGS);
+Datum
+int32_to_cdata(PG_FUNCTION_ARGS);
 
 #endif /* ! POSTRR_H */