diff options
Diffstat (limited to 'src/backend/commands')
-rw-r--r-- | src/backend/commands/_deadcode/recipe.c | 14 | ||||
-rw-r--r-- | src/backend/commands/_deadcode/recipe.h | 4 | ||||
-rw-r--r-- | src/backend/commands/_deadcode/version.c | 6 | ||||
-rw-r--r-- | src/backend/commands/command.c | 8 | ||||
-rw-r--r-- | src/backend/commands/remove.c | 4 | ||||
-rw-r--r-- | src/backend/commands/rename.c | 6 | ||||
-rw-r--r-- | src/backend/commands/sequence.c | 4 | ||||
-rw-r--r-- | src/backend/commands/user.c | 19 | ||||
-rw-r--r-- | src/backend/commands/vacuum.c | 6 |
9 files changed, 36 insertions, 35 deletions
diff --git a/src/backend/commands/_deadcode/recipe.c b/src/backend/commands/_deadcode/recipe.c index 3cc26fa51c6..94c80ca0860 100644 --- a/src/backend/commands/_deadcode/recipe.c +++ b/src/backend/commands/_deadcode/recipe.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.14 2001/10/25 05:49:27 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.15 2001/11/05 17:46:25 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -54,13 +54,13 @@ typedef struct _teePlanInfo char *tpi_relName; Query *tpi_parsetree; Plan *tpi_plan; -} TeePlanInfo; +} TeePlanInfo; typedef struct _teeInfo { int num; TeePlanInfo *val; -} TeeInfo; +} TeeInfo; QueryTreeList *appendQlist(QueryTreeList * q1, QueryTreeList * q2); void OffsetVarAttno(Node *node, int varno, int offset); @@ -186,7 +186,7 @@ beginRecipe(RecipeStmt *stmt) #ifdef DEBUG_RECIPE elog(NOTICE, "beginRecipe: eyes[%d] = %s\n", i, e->nodeName); -#endif /* DEBUG_RECIPE */ +#endif /* DEBUG_RECIPE */ qList = tg_parseSubQuery(r, e->inNodes->val[0], teeInfo); @@ -835,7 +835,7 @@ tg_parseSubQuery(TgRecipe * r, TgNode * n, TeeInfo * teeInfo) #ifdef DEBUG_RECIPE elog(NOTICE, "calling parser with %s", elem->src); -#endif /* DEBUG_RECIPE */ +#endif /* DEBUG_RECIPE */ parameterCount = getParamTypes(elem, typev); @@ -878,7 +878,7 @@ tg_parseSubQuery(TgRecipe * r, TgNode * n, TeeInfo * teeInfo) #ifdef DEBUG_RECIPE elog(NOTICE, "calling parser with %s", newquery); -#endif /* DEBUG_RECIPE */ +#endif /* DEBUG_RECIPE */ qList = parser(newquery, typev, parameterCount); if (qList->len > 1) @@ -1315,4 +1315,4 @@ replaceTeeScans(Plan *plan, Query *parsetree, TeeInfo * teeInfo) } -#endif /* TIOGA */ +#endif /* TIOGA */ diff --git a/src/backend/commands/_deadcode/recipe.h b/src/backend/commands/_deadcode/recipe.h index b09b9bbfffc..eb707283a2b 100644 --- a/src/backend/commands/_deadcode/recipe.h +++ b/src/backend/commands/_deadcode/recipe.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: recipe.h,v 1.5 2001/10/28 06:25:43 momjian Exp $ + * $Id: recipe.h,v 1.6 2001/11/05 17:46:25 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,4 +17,4 @@ extern void beginRecipe(RecipeStmt *stmt); -#endif /* RECIPE_H */ +#endif /* RECIPE_H */ diff --git a/src/backend/commands/_deadcode/version.c b/src/backend/commands/_deadcode/version.c index 81e7a8f91f8..c939e544a65 100644 --- a/src/backend/commands/_deadcode/version.c +++ b/src/backend/commands/_deadcode/version.c @@ -10,7 +10,7 @@ * doesn't work! - jolly 8/19/95 * * - * $Id: version.c,v 1.28 2001/10/28 06:25:43 momjian Exp $ + * $Id: version.c,v 1.29 2001/11/05 17:46:25 momjian Exp $ * * NOTES * At the point the version is defined, 2 physical relations are created @@ -287,7 +287,7 @@ VersionDelete(char *vname, char *bname, char *snapshot) vname, vname, vname, bname, bname, snapshot, bname); eval_as_new_xact(rule_buf); -#endif /* OLD_REWRITE */ +#endif /* OLD_REWRITE */ } #endif @@ -338,7 +338,7 @@ VersionReplace(char *vname, char *bname, char *snapshot) vname, vname, vname, attr_list, bname, bname, snapshot, vname, bname); eval_as_new_xact(rule_buf); -#endif /* OLD_REWRITE */ +#endif /* OLD_REWRITE */ /* printf("%s\n",rule_buf); */ } diff --git a/src/backend/commands/command.c b/src/backend/commands/command.c index 93c52e1b334..d5afd8b44f5 100644 --- a/src/backend/commands/command.c +++ b/src/backend/commands/command.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.149 2001/11/02 16:30:29 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.150 2001/11/05 17:46:24 momjian Exp $ * * NOTES * The PerformAddAttribute() code, like most of the relation @@ -819,7 +819,7 @@ typedef struct SysScanDescData IndexScanDesc iscan; HeapTupleData tuple; Buffer buffer; -} SysScanDescData, *SysScanDesc; +} SysScanDescData, *SysScanDesc; static void * systable_beginscan(Relation rel, const char *indexRelname, int nkeys, ScanKey entry) @@ -1017,7 +1017,7 @@ RemoveColumnReferences(Oid reloid, int attnum, bool checkonly, HeapTuple reltup) return checkok; } -#endif /* _DROP_COLUMN_HACK__ */ +#endif /* _DROP_COLUMN_HACK__ */ /* * ALTER TABLE DROP COLUMN @@ -1174,7 +1174,7 @@ AlterTableDropColumn(const char *relationName, heap_close(rel, NoLock); #else elog(ERROR, "ALTER TABLE / DROP COLUMN is not implemented"); -#endif /* _DROP_COLUMN_HACK__ */ +#endif /* _DROP_COLUMN_HACK__ */ } diff --git a/src/backend/commands/remove.c b/src/backend/commands/remove.c index 37a338ff961..b8a1c92e145 100644 --- a/src/backend/commands/remove.c +++ b/src/backend/commands/remove.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.64 2001/10/25 05:49:25 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.65 2001/11/05 17:46:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -227,7 +227,7 @@ AttributeAndRelationRemove(Oid typeOid) } heap_close(rel, RowExclusiveLock); } -#endif /* NOTYET */ +#endif /* NOTYET */ /* * TypeRemove diff --git a/src/backend/commands/rename.c b/src/backend/commands/rename.c index 42abe24f138..d319161b9ae 100644 --- a/src/backend/commands/rename.c +++ b/src/backend/commands/rename.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.60 2001/11/02 16:30:29 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.61 2001/11/05 17:46:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -258,8 +258,8 @@ renamerel(const char *oldrelname, const char *newrelname) return; /* all done... */ /* - * Grab an exclusive lock on the target table or index, which we will NOT - * release until end of transaction. + * Grab an exclusive lock on the target table or index, which we will + * NOT release until end of transaction. */ targetrelation = relation_openr(oldrelname, AccessExclusiveLock); diff --git a/src/backend/commands/sequence.c b/src/backend/commands/sequence.c index c1f76152c5c..3ca1243a7e4 100644 --- a/src/backend/commands/sequence.c +++ b/src/backend/commands/sequence.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.66 2001/10/28 06:25:42 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.67 2001/11/05 17:46:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -38,7 +38,7 @@ #endif #else /* INT64_IS_BUSTED */ #define SEQ_MAXVALUE ((int64) 0x7FFFFFFF) -#endif /* INT64_IS_BUSTED */ +#endif /* INT64_IS_BUSTED */ #define SEQ_MINVALUE (-SEQ_MAXVALUE) diff --git a/src/backend/commands/user.c b/src/backend/commands/user.c index 9b95ecad274..a7ccd3768ff 100644 --- a/src/backend/commands/user.c +++ b/src/backend/commands/user.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Header: /cvsroot/pgsql/src/backend/commands/user.c,v 1.89 2001/11/04 19:55:31 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/user.c,v 1.90 2001/11/05 17:46:25 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -101,12 +101,13 @@ write_password_file(Relation rel) str_n = DatumGetCString(DirectFunctionCall1(nameout, datum_n)); datum_p = heap_getattr(tuple, Anum_pg_shadow_passwd, dsc, &null_p); + /* * It can be argued that people having a null password shouldn't * be allowed to connect under password authentication, because - * they need to have a password set up first. If you think assuming an - * empty password in that case is better, change this logic to look - * something like the code for valuntil. + * they need to have a password set up first. If you think + * assuming an empty password in that case is better, change this + * logic to look something like the code for valuntil. */ if (null_p) { @@ -132,9 +133,9 @@ write_password_file(Relation rel) elog(ERROR, "Invalid user password '%s'", str_p); /* - * The extra columns we emit here are not really necessary. To remove - * them, the parser in backend/libpq/crypt.c would need to be - * adjusted. + * The extra columns we emit here are not really necessary. To + * remove them, the parser in backend/libpq/crypt.c would need to + * be adjusted. */ fprintf(fp, "%s" @@ -168,8 +169,8 @@ write_password_file(Relation rel) FreeFile(fp); /* - * Rename the temp file to its final name, deleting the old pg_pwd. - * We expect that rename(2) is an atomic action. + * Rename the temp file to its final name, deleting the old pg_pwd. We + * expect that rename(2) is an atomic action. */ if (rename(tempname, filename)) elog(ERROR, "rename %s to %s: %m", tempname, filename); diff --git a/src/backend/commands/vacuum.c b/src/backend/commands/vacuum.c index 99e5fac7027..9b4dc959232 100644 --- a/src/backend/commands/vacuum.c +++ b/src/backend/commands/vacuum.c @@ -13,7 +13,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.211 2001/10/28 06:25:43 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.212 2001/11/05 17:46:25 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -860,7 +860,7 @@ full_vacuum_rel(Relation onerel, VacuumStmt *vacstmt) Irel = (Relation *) NULL; activate_indexes_of_a_table(RelationGetRelid(onerel), false); } -#endif /* NOT_USED */ +#endif /* NOT_USED */ /* Clean/scan index relation(s) */ if (Irel != (Relation *) NULL) @@ -912,7 +912,7 @@ full_vacuum_rel(Relation onerel, VacuumStmt *vacstmt) #ifdef NOT_USED if (reindex) activate_indexes_of_a_table(RelationGetRelid(onerel), true); -#endif /* NOT_USED */ +#endif /* NOT_USED */ /* update shared free space map with final free space info */ vac_update_fsm(onerel, &fraged_pages, vacrelstats->rel_pages); |