Code

RRTimeslice: Added cast from timestamptz to rrtimeslice.
[postrr.git] / src / postrr.h.in
index d9df4af255258897d55faecec38ffd68e73ae6eb..bf93551c87af699e6ae00cee35e1168de8709aaf 100644 (file)
@@ -79,6 +79,8 @@ rrtimeslice_typmodout(PG_FUNCTION_ARGS);
 Datum
 rrtimeslice_to_rrtimeslice(PG_FUNCTION_ARGS);
 Datum
+timestamptz_to_rrtimeslice(PG_FUNCTION_ARGS);
+Datum
 rrtimeslice_to_timestamptz(PG_FUNCTION_ARGS);
 
 /* comparison operators */