From 03e2a5cf9486f4290167b4c766c92dec4c19c54f Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 14 Oct 2012 23:13:36 +0200 Subject: [PATCH] postrr_comments.sql: Added comment for CData type. --- src/postrr_comments.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/postrr_comments.sql b/src/postrr_comments.sql index 58ac536..79b0cd3 100644 --- a/src/postrr_comments.sql +++ b/src/postrr_comments.sql @@ -29,5 +29,7 @@ COMMENT ON TYPE RRTimeslice IS 'postrr type: A timeslice implementing round-robin features. It is defined by the length of the slice and the number of slices before wrapping around.'; +COMMENT ON TYPE CData IS 'cdata type: A floating point data type (double precision) implementing consolidation functions.'; + -- vim: set tw=78 sw=4 ts=4 noexpandtab : -- 2.30.2