diff options
| author | Bruce Momjian | 1998-09-01 03:29:17 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-09-01 03:29:17 +0000 |
| commit | af74855a608da4cd7ef88ceb2241ec1c75537f39 (patch) | |
| tree | 912ecaa0cdd84297ad886df5ed7c046c7c501411 /src/include/tcop | |
| parent | 2aa080fc933cac47205bc79f026fc89dab0e5149 (diff) | |
Renaming cleanup, no pgindent yet.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/dest.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; */ |
