1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Make attalign match type alignment.

This commit is contained in:
Bruce Momjian
1998-08-26 05:22:58 +00:00
parent 651e31bb80
commit 093beb3560
10 changed files with 5411 additions and 5346 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parsenodes.h,v 1.57 1998/08/25 21:37:04 scrappy Exp $
* $Id: parsenodes.h,v 1.58 1998/08/26 05:22:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -832,7 +832,7 @@ typedef struct IndexElem
char *name; /* name of index */
List *args; /* if not NULL, function index */
char *class;
TypeName *tname; /* type of index's keys (optional) */
TypeName *typename; /* type of index's keys (optional) */
} IndexElem;
/*