Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceca036

Browse files
committed
Hmm, numeric array type was missing too. Added.
Of the standard types, only 'timestamp' seems not to have an array type; should it be added, or are we going to remove that type for 7.0 anyway?
1 parent 1500e26 commit ceca036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/catalog/pg_type.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_type.h,v 1.76 2000/01/15 18:30:34 petere Exp $
10+
* $Id: pg_type.h,v 1.77 2000/01/17 01:29:07 tgl Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -379,6 +379,7 @@ DESCR("@ <number> <units>, time interval");
379379
DATA(insert OID = 1187 ( _timespan PGUID -1 -1 f b t \054 0 1186 array_in array_out array_in array_out d _null_ ));
380380

381381
/* OIDS 1200 - 1299 */
382+
DATA(insert OID = 1231 ( _numeric PGUID -1 -1 f b t \054 0 1700 array_in array_out array_in array_out i _null_ ));
382383
DATA(insert OID = 1296 ( timestamp PGUID 4 19 t b t \054 0 0 timestamp_in timestamp_out timestamp_in timestamp_out i _null_ ));
383384
DESCR("date time timezone, limited-range ISO-formated date and time");
384385
#define TIMESTAMPOID 1296

0 commit comments

Comments
 (0)