Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9af6bd9

Browse files
committed
Move FAQ_DEV to docs directory, where it belongs.
1 parent 9f3d639 commit 9af6bd9

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

src/tools/FAQ_DEV renamed to doc/FAQ_DEV

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Questions answered:
2323

2424
1) What tools are available for developers?
2525

26-
Aside from the User documentation mentioned in the regular FAQ, there are
27-
several development tools available. First, all the files in the /tools
28-
directory are designed for developers.
26+
Aside from the User documentation mentioned in the regular FAQ, there
27+
are several development tools available. First, all the files in the
28+
pgsql/src/tools directory are designed for developers.
2929

3030
RELEASE_CHANGES changes we have to make for each release
3131
SQL_keywords standard SQL'92 keywords
@@ -42,14 +42,15 @@ directory are designed for developers.
4242
mkldexport create AIX exports file
4343
pgindent indents C source files
4444

45-
Let me note some of these. If you point your browser at the tools/backend
46-
directory, you will see all the backend components in a flow chart. You can
47-
click on any one to see a description. If you then click on the directory
48-
name, you will be taken to the source directory, to browse the actual source
49-
code behind it. We also have several README files in some source directories
50-
to describe the function of the module. The browser will display these when
51-
you enter the directory also. The tools/backend directory is also contained
52-
on our web page under the title Backend Flowchart.
45+
Let me note some of these. If you point your browser at the
46+
pgsql/src/tools/backend directory, you will see all the backend
47+
components in a flow chart. You can click on any one to see a
48+
description. If you then click on the directory name, you will be taken
49+
to the source directory, to browse the actual source code behind it. We
50+
also have several README files in some source directories to describe
51+
the function of the module. The browser will display these when you
52+
enter the directory also. The pgsql/src/tools/backend directory is also
53+
contained on our web page under the title Backend Flowchart.
5354

5455
Second, you really should have an editor that can handle tags, so you can
5556
tag a function call to see the function definition, and then tag inside that

src/DEVELOPERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
All the developer tools are located in the /tools directory.
1+
Read the Developer's FAQ in pgsql/doc/FAQ_DEV. All the developer tools
2+
are located in the pgsql/src/tools directory.
3+

0 commit comments

Comments
 (0)