diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-10-25 05:50:21 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-10-25 05:50:21 +0000 |
| commit | b81844b1738c584d92330a5ccd0fbd8b603d2886 (patch) | |
| tree | 4fae0d4cd26048177fc5cd1a2dd91abc99ba0f99 /src/include/tcop | |
| parent | 59da2105d8e6d95345b3b942a2e2aba8cead4838 (diff) | |
| download | postgresql-b81844b1738c584d92330a5ccd0fbd8b603d2886.tar.gz | |
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/dest.h | 13 | ||||
| -rw-r--r-- | src/include/tcop/fastpath.h | 3 | ||||
| -rw-r--r-- | src/include/tcop/pquery.h | 3 | ||||
| -rw-r--r-- | src/include/tcop/tcopdebug.h | 3 | ||||
| -rw-r--r-- | src/include/tcop/tcopprot.h | 6 | ||||
| -rw-r--r-- | src/include/tcop/utility.h | 3 |
6 files changed, 12 insertions, 19 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index c72f256afe..6e4fff9623 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -39,7 +39,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.25 2001/01/24 19:43:28 momjian Exp $ + * $Id: dest.h,v 1.26 2001/10/25 05:50:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -55,12 +55,12 @@ */ typedef enum { - None, /* results are discarded */ - Debug, /* results go to debugging output */ - Remote, /* results sent to frontend process */ - RemoteInternal, /* results sent to frontend process in + None, /* results are discarded */ + Debug, /* results go to debugging output */ + Remote, /* results sent to frontend process */ + RemoteInternal, /* results sent to frontend process in * internal (binary) form */ - SPI /* results sent to SPI manager */ + SPI /* results sent to SPI manager */ } CommandDest; /* ---------------- @@ -97,5 +97,4 @@ extern void ReceiveCopyBegin(void); extern void NullCommand(CommandDest dest); extern void ReadyForQuery(CommandDest dest); extern void UpdateCommandInfo(int operation, Oid lastoid, uint32 tuples); - #endif /* DEST_H */ diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index 9c1e10e017..b46c568d7d 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.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: fastpath.h,v 1.9 2001/06/01 15:45:42 tgl Exp $ + * $Id: fastpath.h,v 1.10 2001/10/25 05:50:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,5 +14,4 @@ #define FASTPATH_H extern int HandleFunctionRequest(void); - #endif /* FASTPATH_H */ diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index a41cb1be1c..336e0323e0 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.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: pquery.h,v 1.16 2001/01/24 19:43:28 momjian Exp $ + * $Id: pquery.h,v 1.17 2001/10/25 05:50:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -23,5 +23,4 @@ extern void ProcessQuery(Query *parsetree, Plan *plan, CommandDest dest); extern EState *CreateExecutorState(void); extern Portal PreparePortal(char *portalName); - #endif /* PQUERY_H */ diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h index 661c839c73..94be8307b3 100644 --- a/src/include/tcop/tcopdebug.h +++ b/src/include/tcop/tcopdebug.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: tcopdebug.h,v 1.6 2001/01/24 19:43:28 momjian Exp $ + * $Id: tcopdebug.h,v 1.7 2001/10/25 05:50:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -40,5 +40,4 @@ * #defines controlled by above definitions * ---------------------------------------------------------------- */ - #endif /* TCOPDEBUG_H */ diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index ff1bfadf58..c170e7bb08 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.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: tcopprot.h,v 1.43 2001/10/21 03:25:36 tgl Exp $ + * $Id: tcopprot.h,v 1.44 2001/10/25 05:50:10 momjian Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -39,15 +39,13 @@ extern Plan *pg_plan_query(Query *querytree); extern void pg_exec_query_string(char *query_string, CommandDest dest, MemoryContext parse_context); - #endif /* BOOTSTRAP_INCLUDE */ extern void die(SIGNAL_ARGS); extern void quickdie(SIGNAL_ARGS); extern void authdie(SIGNAL_ARGS); -extern int PostgresMain(int argc, char *argv[], const char *username); +extern int PostgresMain(int argc, char *argv[], const char *username); extern void ResetUsage(void); extern void ShowUsage(void); extern FILE *StatFp; - #endif /* TCOPPROT_H */ diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index 8cb89cbd90..302fd21baa 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.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: utility.h,v 1.10 2001/01/24 19:43:28 momjian Exp $ + * $Id: utility.h,v 1.11 2001/10/25 05:50:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,5 +17,4 @@ #include "executor/execdesc.h" extern void ProcessUtility(Node *parsetree, CommandDest dest); - #endif /* UTILITY_H */ |
