From 932d2aadd60ff08e998914b05c9b18ec0ef17a83 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 30 Oct 2012 07:19:17 +0100 Subject: [PATCH] postrr.h: Updated prototype for rrtimeslice_to_timestamptz(). --- src/postrr.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postrr.h.in b/src/postrr.h.in index 798fd3f..206c682 100644 --- a/src/postrr.h.in +++ b/src/postrr.h.in @@ -79,7 +79,7 @@ rrtimeslice_typmodout(PG_FUNCTION_ARGS); Datum rrtimeslice_to_rrtimeslice(PG_FUNCTION_ARGS); Datum -rrtimeslice_to_timestamp(PG_FUNCTION_ARGS); +rrtimeslice_to_timestamptz(PG_FUNCTION_ARGS); /* comparison operators */ Datum -- 2.30.2