diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-02-13 19:46:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-02-13 19:46:22 +0000 |
commit | edd366889563fa7c68f2cadb2d64e76197523538 (patch) | |
tree | 5773726bcee4247ab064ca78a743922e2a1454b9 /src/include/utils/array.h | |
parent | ce88b9b40b7ecd6404c9315f70dbe8b1595a4925 (diff) |
Atttypmod cleanup.
Diffstat (limited to 'src/include/utils/array.h')
-rw-r--r-- | src/include/utils/array.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/array.h b/src/include/utils/array.h index 60c4592fd20..d5c1b8e5151 100644 --- a/src/include/utils/array.h +++ b/src/include/utils/array.h @@ -10,7 +10,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: array.h,v 1.9 1998/01/24 22:50:31 momjian Exp $ + * $Id: array.h,v 1.10 1998/02/13 19:46:22 momjian Exp $ * * NOTES * XXX the data array should be LONGALIGN'd -- notice that the array @@ -114,7 +114,7 @@ typedef struct /* * prototypes for functions defined in arrayfuncs.c */ -extern char *array_in(char *string, Oid element_type); +extern char *array_in(char *string, Oid element_type, int16 typmod); extern char *array_out(ArrayType *v, Oid element_type); extern char *array_dims(ArrayType *v, bool *isNull); extern Datum array_ref(ArrayType *array, int n, int indx[], int reftype, |