]> granicus.if.org Git - postgresql/commitdiff
Document range restriction on bit values used in INTERVAL typmod.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Oct 2001 20:17:27 +0000 (20:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Oct 2001 20:17:27 +0000 (20:17 +0000)
src/include/utils/datetime.h

index f2102a21e55aa5e0c3c873ac2e728916f73ab6db..dbba5e06422cb8fb7cd03da64214c36140eea50f 100644 (file)
@@ -9,7 +9,7 @@
  * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: datetime.h,v 1.22 2001/09/28 08:09:14 thomas Exp $
+ * $Id: datetime.h,v 1.23 2001/10/23 20:17:27 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
 
 /*
  * Fields for time decoding.
+ *
  * Can't have more of these than there are bits in an unsigned int
- *     since these are turned into bit masks during parsing and decoding.
+ * since these are turned into bit masks during parsing and decoding.
+ *
+ * Furthermore, the values for YEAR, MONTH, DAY, HOUR, MINUTE, SECOND
+ * must be in the range 0..14 so that the associated bitmasks can fit
+ * into the left half of an INTERVAL's typmod value.
  */
 
 #define RESERV 0