diff options
Diffstat (limited to 'src/include/commands')
-rw-r--r-- | src/include/commands/async.h | 4 | ||||
-rw-r--r-- | src/include/commands/cluster.h | 4 | ||||
-rw-r--r-- | src/include/commands/command.h | 4 | ||||
-rw-r--r-- | src/include/commands/comment.h | 2 | ||||
-rw-r--r-- | src/include/commands/copy.h | 4 | ||||
-rw-r--r-- | src/include/commands/creatinh.h | 4 | ||||
-rw-r--r-- | src/include/commands/dbcommands.h | 4 | ||||
-rw-r--r-- | src/include/commands/defrem.h | 4 | ||||
-rw-r--r-- | src/include/commands/explain.h | 4 | ||||
-rw-r--r-- | src/include/commands/proclang.h | 2 | ||||
-rw-r--r-- | src/include/commands/rename.h | 4 | ||||
-rw-r--r-- | src/include/commands/sequence.h | 4 | ||||
-rw-r--r-- | src/include/commands/trigger.h | 4 | ||||
-rw-r--r-- | src/include/commands/user.h | 4 | ||||
-rw-r--r-- | src/include/commands/vacuum.h | 4 | ||||
-rw-r--r-- | src/include/commands/variable.h | 4 | ||||
-rw-r--r-- | src/include/commands/version.h | 4 | ||||
-rw-r--r-- | src/include/commands/view.h | 4 |
18 files changed, 34 insertions, 34 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h index 3b9fc3c75f2..09ac32544fe 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: async.h,v 1.19 2001/10/28 06:26:06 momjian Exp $ + * $Id: async.h,v 1.20 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -36,4 +36,4 @@ extern void Async_NotifyHandler(SIGNAL_ARGS); extern void EnableNotifyInterrupt(void); extern void DisableNotifyInterrupt(void); -#endif /* ASYNC_H */ +#endif /* ASYNC_H */ diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index e832b880d7a..d0760070841 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.11 2001/10/28 06:26:06 momjian Exp $ + * $Id: cluster.h,v 1.12 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -25,4 +25,4 @@ */ extern void cluster(char *oldrelname, char *oldindexname); -#endif /* CLUSTER_H */ +#endif /* CLUSTER_H */ diff --git a/src/include/commands/command.h b/src/include/commands/command.h index ef9aa86ee97..4531b90d7cb 100644 --- a/src/include/commands/command.h +++ b/src/include/commands/command.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: command.h,v 1.30 2001/10/28 06:26:06 momjian Exp $ + * $Id: command.h,v 1.31 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -72,4 +72,4 @@ extern void AlterTableOwner(const char *relationName, const char *newOwnerName); */ extern void LockTableCommand(LockStmt *lockstmt); -#endif /* COMMAND_H */ +#endif /* COMMAND_H */ diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h index 371f918b6e8..4d83372bdd6 100644 --- a/src/include/commands/comment.h +++ b/src/include/commands/comment.h @@ -32,4 +32,4 @@ extern void DeleteComments(Oid oid, Oid classoid); extern void CreateComments(Oid oid, Oid classoid, int32 subid, char *comment); -#endif /* COMMENT_H */ +#endif /* COMMENT_H */ diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h index 19aced3e6af..555c5c4d5c8 100644 --- a/src/include/commands/copy.h +++ b/src/include/commands/copy.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: copy.h,v 1.15 2001/10/28 06:26:06 momjian Exp $ + * $Id: copy.h,v 1.16 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,4 +19,4 @@ extern int copy_lineno; void DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe, char *filename, char *delim, char *null_print); -#endif /* COPY_H */ +#endif /* COPY_H */ diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h index 2b4cf731011..e676fc25939 100644 --- a/src/include/commands/creatinh.h +++ b/src/include/commands/creatinh.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: creatinh.h,v 1.16 2001/10/28 06:26:06 momjian Exp $ + * $Id: creatinh.h,v 1.17 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,4 +20,4 @@ extern void DefineRelation(CreateStmt *stmt, char relkind); extern void RemoveRelation(char *name); extern void TruncateRelation(char *name); -#endif /* CREATINH_H */ +#endif /* CREATINH_H */ diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h index bb8f2828c9d..23c68d3c350 100644 --- a/src/include/commands/dbcommands.h +++ b/src/include/commands/dbcommands.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dbcommands.h,v 1.18 2001/10/28 06:26:06 momjian Exp $ + * $Id: dbcommands.h,v 1.19 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,4 +18,4 @@ extern void createdb(const char *dbname, const char *dbpath, const char *dbtemplate, int encoding); extern void dropdb(const char *dbname); -#endif /* DBCOMMANDS_H */ +#endif /* DBCOMMANDS_H */ diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index 9b83f2f0253..a69da106b42 100644 --- a/src/include/commands/defrem.h +++ b/src/include/commands/defrem.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: defrem.h,v 1.27 2001/10/28 06:26:06 momjian Exp $ + * $Id: defrem.h,v 1.28 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -49,4 +49,4 @@ extern void RemoveOperator(char *operatorName, extern void RemoveType(char *typeName); extern void RemoveAggregate(char *aggName, char *aggType); -#endif /* DEFREM_H */ +#endif /* DEFREM_H */ diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index f52b75641ea..c1686f64ccf 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.h,v 1.14 2001/10/28 06:26:06 momjian Exp $ + * $Id: explain.h,v 1.15 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,4 +18,4 @@ extern void ExplainQuery(Query *query, bool verbose, bool analyze, CommandDest dest); -#endif /* EXPLAIN_H */ +#endif /* EXPLAIN_H */ diff --git a/src/include/commands/proclang.h b/src/include/commands/proclang.h index 42276055e6c..25cf7ab5ef8 100644 --- a/src/include/commands/proclang.h +++ b/src/include/commands/proclang.h @@ -14,4 +14,4 @@ extern void CreateProceduralLanguage(CreatePLangStmt *stmt); extern void DropProceduralLanguage(DropPLangStmt *stmt); -#endif /* PROCLANG_H */ +#endif /* PROCLANG_H */ diff --git a/src/include/commands/rename.h b/src/include/commands/rename.h index 6717c47453f..76b5167a83b 100644 --- a/src/include/commands/rename.h +++ b/src/include/commands/rename.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rename.h,v 1.12 2001/10/28 06:26:06 momjian Exp $ + * $Id: rename.h,v 1.13 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,4 +22,4 @@ extern void renameatt(char *relname, extern void renamerel(const char *oldrelname, const char *newrelname); -#endif /* RENAME_H */ +#endif /* RENAME_H */ diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h index 4b7a73b377f..48c0673cdf9 100644 --- a/src/include/commands/sequence.h +++ b/src/include/commands/sequence.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sequence.h,v 1.18 2001/10/28 06:26:06 momjian Exp $ + * $Id: sequence.h,v 1.19 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -90,4 +90,4 @@ extern void seq_redo(XLogRecPtr lsn, XLogRecord *rptr); extern void seq_undo(XLogRecPtr lsn, XLogRecord *rptr); extern void seq_desc(char *buf, uint8 xl_info, char *rec); -#endif /* SEQUENCE_H */ +#endif /* SEQUENCE_H */ diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index c24fff9d2f6..c0399cbf105 100644 --- a/src/include/commands/trigger.h +++ b/src/include/commands/trigger.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: trigger.h,v 1.29 2001/10/28 06:26:06 momjian Exp $ + * $Id: trigger.h,v 1.30 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -161,4 +161,4 @@ extern void DeferredTriggerSetState(ConstraintsSetStmt *stmt); */ extern bool RI_FKey_keyequal_upd(TriggerData *trigdata); -#endif /* TRIGGER_H */ +#endif /* TRIGGER_H */ diff --git a/src/include/commands/user.h b/src/include/commands/user.h index 03e8fc6e266..3a56547a3fa 100644 --- a/src/include/commands/user.h +++ b/src/include/commands/user.h @@ -3,7 +3,7 @@ * user.h * * - * $Id: user.h,v 1.15 2001/10/28 06:26:06 momjian Exp $ + * $Id: user.h,v 1.16 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,4 +22,4 @@ extern void DropGroup(DropGroupStmt *stmt); extern Datum update_pg_pwd(PG_FUNCTION_ARGS); -#endif /* USER_H */ +#endif /* USER_H */ diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index b575f79e994..2317fc58b8d 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.42 2001/10/28 06:26:06 momjian Exp $ + * $Id: vacuum.h,v 1.43 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -57,4 +57,4 @@ extern void lazy_vacuum_rel(Relation onerel, VacuumStmt *vacstmt); /* in commands/analyze.c */ extern void analyze_rel(Oid relid, VacuumStmt *vacstmt); -#endif /* VACUUM_H */ +#endif /* VACUUM_H */ diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h index 6ab15a43a36..f4f12c97127 100644 --- a/src/include/commands/variable.h +++ b/src/include/commands/variable.h @@ -2,7 +2,7 @@ * Headers for handling of 'SET var TO', 'SHOW var' and 'RESET var' * statements * - * $Id: variable.h,v 1.16 2001/10/28 06:26:06 momjian Exp $ + * $Id: variable.h,v 1.17 2001/11/05 17:46:33 momjian Exp $ * */ #ifndef VARIABLE_H @@ -15,4 +15,4 @@ extern void ResetPGVariable(const char *name); extern void set_default_datestyle(void); extern void set_default_client_encoding(void); -#endif /* VARIABLE_H */ +#endif /* VARIABLE_H */ diff --git a/src/include/commands/version.h b/src/include/commands/version.h index dedd5cfa458..09cda946d37 100644 --- a/src/include/commands/version.h +++ b/src/include/commands/version.h @@ -7,11 +7,11 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: version.h,v 1.11 2001/10/28 06:26:06 momjian Exp $ + * $Id: version.h,v 1.12 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef VERSION_H #define VERSION_H -#endif /* VERSION_H */ +#endif /* VERSION_H */ diff --git a/src/include/commands/view.h b/src/include/commands/view.h index 74c21b80e51..de6fdcee97f 100644 --- a/src/include/commands/view.h +++ b/src/include/commands/view.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: view.h,v 1.12 2001/10/28 06:26:06 momjian Exp $ + * $Id: view.h,v 1.13 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,4 +19,4 @@ extern void DefineView(char *view_name, Query *view_parse); extern void RemoveView(char *view_name); -#endif /* VIEW_H */ +#endif /* VIEW_H */ |