From 0386a50f316abd8ba599a9bc77a26a070cac6890 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 10 Feb 1998 16:04:38 +0000 Subject: Pass around typmod as int16. --- src/backend/utils/cache/lsyscache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/cache') diff --git a/src/backend/utils/cache/lsyscache.c b/src/backend/utils/cache/lsyscache.c index 8b0a7784a79..c5f325a2fdb 100644 --- a/src/backend/utils/cache/lsyscache.c +++ b/src/backend/utils/cache/lsyscache.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.11 1998/01/29 03:23:09 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.12 1998/02/10 16:03:51 momjian Exp $ * * NOTES * Eventually, the index information should go through here, too. @@ -161,7 +161,7 @@ get_attisset(Oid relid, char *attname) * return the "atttypmod" field from the attribute relation. * */ -int +int16 get_atttypmod(Oid relid, AttrNumber attnum) { FormData_pg_attribute att_tup; -- cgit v1.2.3