Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4965634

Browse files
committed
Move dbcommands.c to commands/. It should not be in the parser directory.
1 parent36e3df0 commit4965634

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

‎src/backend/commands/dbcommands.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.1 1997/11/24 05:20:51 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.2 1997/11/24 05:32:18 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -28,7 +28,7 @@
2828
#include"catalog/pg_user.h"
2929
#include"catalog/pg_database.h"
3030
#include"utils/syscache.h"
31-
#include"parser/dbcommands.h"
31+
#include"commands/dbcommands.h"
3232
#include"tcop/tcopprot.h"
3333
#include"storage/bufmgr.h"
3434
#include"storage/lmgr.h"

‎src/backend/parser/keywords.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.23 1997/11/21 18:10:52 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.24 1997/11/24 05:32:28 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -20,8 +20,6 @@
2020
#include"parse.h"
2121
#include"utils/elog.h"
2222
#include"parser/keywords.h"
23-
#include"parser/dbcommands.h"/* createdb, destroydb stop_vacuum */
24-
2523

2624
/*
2725
* List of (keyword-name, keyword-token-value) pairs.

‎src/backend/tcop/utility.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.30 1997/11/21 19:02:42 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.31 1997/11/24 05:32:40 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
1616
#include"postgres.h"
17-
#include"parser/dbcommands.h"
1817
#include"access/xact.h"
1918
#include"access/heapam.h"
2019
#include"catalog/catalog.h"
@@ -25,6 +24,7 @@
2524
#include"commands/command.h"
2625
#include"commands/copy.h"
2726
#include"commands/creatinh.h"
27+
#include"commands/dbcommands.h"
2828
#include"commands/sequence.h"
2929
#include"commands/defrem.h"
3030
#include"commands/rename.h"

‎src/include/parser/dbcommands.hrenamed to‎src/include/commands/dbcommands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: dbcommands.h,v 1.5 1997/11/07 06:38:09 thomas Exp $
9+
* $Id: dbcommands.h,v 1.1 1997/11/24 05:32:51 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp