1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

OK, folks, here is the pgindent output.

This commit is contained in:
Bruce Momjian
1998-09-01 04:40:42 +00:00
parent af74855a60
commit fa1a8d6a97
574 changed files with 26509 additions and 24033 deletions

View File

@ -15,7 +15,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: memutils.h,v 1.16 1998/04/27 14:46:17 scrappy Exp $
* $Id: memutils.h,v 1.17 1998/09/01 04:39:20 momjian Exp $
*
* NOTES
* some of the information in this file will be moved to
@ -51,7 +51,7 @@ s...)
#define DOUBLEALIGN(LEN) _ALIGN(double, (LEN))
#define MAXALIGN(LEN) _ALIGN(double, (LEN))
#endif /* 0 */
#endif /* 0 */
/*
* SHORTALIGN(LEN) - length (or address) aligned for shorts
@ -233,8 +233,7 @@ extern void AllocSetReset(AllocSet set);
extern bool AllocSetContains(AllocSet set, AllocPointer pointer);
extern AllocPointer AllocSetAlloc(AllocSet set, Size size);
extern void AllocSetFree(AllocSet set, AllocPointer pointer);
extern AllocPointer
AllocSetRealloc(AllocSet set, AllocPointer pointer,
extern AllocPointer AllocSetRealloc(AllocSet set, AllocPointer pointer,
Size size);
extern void AllocSetDump(AllocSet set);
@ -275,4 +274,4 @@ typedef uint32 AttributeSize; /* XXX should be defined elsewhere */
#define MaxIndexAttributeNumber 7
#endif /* MEMUTILS_H */
#endif /* MEMUTILS_H */