summaryrefslogtreecommitdiff
path: root/src/include/bootstrap/bootstrap.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-09-08 20:59:27 +0000
committerBruce Momjian <bruce@momjian.us>1997-09-08 20:59:27 +0000
commit075cede74858a9a04e97097b1ccd555121516c20 (patch)
treed5143a60a71fcaa81e2134cea052717c19fec9b4 /src/include/bootstrap/bootstrap.h
parent4f523a6f92f98e1b10e84b2d5a58b0ac3e2f8c2a (diff)
Add typdefs to pgindent run.
Diffstat (limited to 'src/include/bootstrap/bootstrap.h')
-rw-r--r--src/include/bootstrap/bootstrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index ccf54e892ae..463709ed228 100644
--- a/src/include/bootstrap/bootstrap.h
+++ b/src/include/bootstrap/bootstrap.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: bootstrap.h,v 1.7 1997/09/08 02:34:36 momjian Exp $
+ * $Id: bootstrap.h,v 1.8 1997/09/08 20:58:15 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -37,7 +37,7 @@ extern void
index_register(char *heap,
char *ind,
int natts,
- AttrNumber * attnos,
+ AttrNumber *attnos,
uint16 nparams,
Datum * params,
FuncIndexInfo * finfo,