From af74855a608da4cd7ef88ceb2241ec1c75537f39 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 1 Sep 1998 03:29:17 +0000 Subject: Renaming cleanup, no pgindent yet. --- src/include/tcop/dest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/tcop') diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index ef1dbbc77f7..5974f765ca9 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -26,7 +26,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.14 1998/05/06 23:50:49 momjian Exp $ + * $Id: dest.h,v 1.15 1998/09/01 03:28:23 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -57,7 +57,7 @@ typedef enum typedef struct AttrInfo { int numAttr; - AttributeTupleForm *attrs; + Form_pg_attribute *attrs; } AttrInfo; */ -- cgit v1.2.3