diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 21:56:23 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 21:56:23 +0000 |
| commit | 59f6a57e59fe8353f9edaa3703516ea67e06672b (patch) | |
| tree | 1b083fb66cf0be3890480a1ed5fb077dd7293790 /src/include/nodes/memnodes.h | |
| parent | 075cede74858a9a04e97097b1ccd555121516c20 (diff) | |
| download | postgresql-59f6a57e59fe8353f9edaa3703516ea67e06672b.tar.gz | |
Used modified version of indent that understands over 100 typedefs.
Diffstat (limited to 'src/include/nodes/memnodes.h')
| -rw-r--r-- | src/include/nodes/memnodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h index aa1050af16..e3104996d4 100644 --- a/src/include/nodes/memnodes.h +++ b/src/include/nodes/memnodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: memnodes.h,v 1.6 1997/09/08 02:37:19 momjian Exp $ + * $Id: memnodes.h,v 1.7 1997/09/08 21:52:44 momjian Exp $ * * XXX the typedefs in this file are different from the other ???nodes.h; * they are pointers to structures instead of the structures themselves. @@ -48,10 +48,10 @@ typedef struct MemoryContextMethodsData { - Pointer(*alloc) (); + Pointer (*alloc) (); void (*free_p) (); /* need to use free as a #define, so can't * use free */ - Pointer(*realloc) (); + Pointer (*realloc) (); char *(*getName) (); void (*dump) (); } *MemoryContextMethods; |
