From 412a5e653949b930d03056da73afca3c505a80f5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 20 Jan 1998 05:05:08 +0000 Subject: Parser cleanup. Add lock to i386 asm. --- src/include/utils/lsyscache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/utils/lsyscache.h') diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h index ca07a4a25c..205e9cf437 100644 --- a/src/include/utils/lsyscache.h +++ b/src/include/utils/lsyscache.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: lsyscache.h,v 1.6 1997/09/08 21:55:11 momjian Exp $ + * $Id: lsyscache.h,v 1.7 1998/01/20 05:05:08 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,6 +21,7 @@ extern char *get_attname(Oid relid, AttrNumber attnum); extern AttrNumber get_attnum(Oid relid, char *attname); extern Oid get_atttype(Oid relid, AttrNumber attnum); extern bool get_attisset(Oid relid, char *attname); +extern int get_atttypmod(Oid relid, AttrNumber attnum); extern RegProcedure get_opcode(Oid opid); extern char *get_opname(Oid opid); extern bool -- cgit v1.2.1