File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1313 * Portions Copyright (c) 1994, Regents of the University of California
1414 *
1515 * IDENTIFICATION
16- * $Header: /cvsroot/pgsql/src/backend/catalog/namespace.c,v 1.52 2003/06/27 14:45:27 petere Exp $
16+ * $Header: /cvsroot/pgsql/src/backend/catalog/namespace.c,v 1.53 2003/06/27 17:03:29 tgl Exp $
1717 *
1818 *-------------------------------------------------------------------------
1919 */
3030#include "catalog/pg_proc.h"
3131#include "catalog/pg_shadow.h"
3232#include "catalog/pg_type.h"
33+ #include "commands/dbcommands.h"
3334#include "lib/stringinfo.h"
3435#include "miscadmin.h"
3536#include "nodes/makefuncs.h"
Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $Header: /cvsroot/pgsql/src/backend/commands/schemacmds.c,v 1.10 2003/06/27 14:45:27 petere Exp $
11+ * $Header: /cvsroot/pgsql/src/backend/commands/schemacmds.c,v 1.11 2003/06/27 17:05:46 tgl Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
2727#include "parser/analyze.h"
2828#include "tcop/utility.h"
2929#include "utils/acl.h"
30+ #include "utils/builtins.h"
3031#include "utils/lsyscache.h"
3132#include "utils/syscache.h"
3233
Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.152 2003/06/27 14:45:29 petere Exp $
11+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.153 2003/06/27 17:04:53 tgl Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
1717
1818#include "catalog/pg_operator.h"
1919#include "catalog/pg_proc.h"
20+ #include "commands/dbcommands.h"
2021#include "miscadmin.h"
2122#include "nodes/makefuncs.h"
2223#include "nodes/params.h"
Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.104 2003/06/27 14:45:29 petere Exp $
11+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.105 2003/06/27 17:04:53 tgl Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
1515#include "postgres.h"
1616
17+ #include "commands/dbcommands.h"
1718#include "miscadmin.h"
1819#include "nodes/makefuncs.h"
1920#include "parser/parsetree.h"
Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.29 2003/06/27 14:45:30 petere Exp $
11+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.30 2003/06/27 17:07:03 tgl Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
1717#include <sys/file.h>
1818#include <time.h>
1919
20+ #include "commands/dbcommands.h"
2021#include "miscadmin.h"
2122#include "utils/builtins.h"
2223
You can’t perform that action at this time.
0 commit comments