summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorBruce Momjian1999-05-25 22:43:53 +0000
committerBruce Momjian1999-05-25 22:43:53 +0000
commitfcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31 (patch)
tree5b4a877bed2a5229075e0e2a37c6f1431599ada6 /src/include/commands
parent4eadfe875440759bf062b02857ff196ab95d6fbc (diff)
Another pgindent run. Sorry folks.
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/command.h4
-rw-r--r--src/include/commands/vacuum.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/include/commands/command.h b/src/include/commands/command.h
index 68bdd93e15a..207ee4da429 100644
--- a/src/include/commands/command.h
+++ b/src/include/commands/command.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: command.h,v 1.13 1999/05/25 16:13:49 momjian Exp $
+ * $Id: command.h,v 1.14 1999/05/25 22:42:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -44,6 +44,6 @@ extern void PortalCleanup(Portal portal);
extern void PerformAddAttribute(char *relationName, char *userName,
bool inh, ColumnDef *colDef);
-extern void LockTableCommand(LockStmt * lockstmt);
+extern void LockTableCommand(LockStmt *lockstmt);
#endif /* COMMAND_H */
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index 8efe1ba3864..f9461885670 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: vacuum.h,v 1.19 1999/05/25 16:13:50 momjian Exp $
+ * $Id: vacuum.h,v 1.20 1999/05/25 22:42:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -99,7 +99,7 @@ typedef struct VTupleLinkData
{
ItemPointerData new_tid;
ItemPointerData this_tid;
-} VTupleLinkData;
+} VTupleLinkData;
typedef VTupleLinkData *VTupleLink;
@@ -108,7 +108,7 @@ typedef struct VTupleMoveData
ItemPointerData tid; /* tuple ID */
VPageDescr vpd; /* where to move */
bool cleanVpd; /* clean vpd before using */
-} VTupleMoveData;
+} VTupleMoveData;
typedef VTupleMoveData *VTupleMove;