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

Commit07c3f00

Browse files
committed
Rename find_baddefs to find_badmacros
1 parent2337780 commit07c3f00

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

‎doc/src/FAQ/FAQ_DEV.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ <H3><A name="1">1</A>) What tools are available for
7676
make_mkid make mkid ID files
7777
mkldexport create AIX exports file
7878
pgindent indents C source files
79+
pgjindent indents Java source files
7980
pginclude scripts for adding/removing include files
8081
unused_oids in pgsql/src/include/catalog
8182
</PRE>
@@ -112,7 +113,7 @@ <H3><A name="1">1</A>) What tools are available for
112113
Others prefer<I>glimpse.</I>
113114

114115
<P><I>make_diff</I> has tools to create patch diff files that can
115-
be applied to the distribution.This produces context diffs, which
116+
be applied to the distribution. This produces context diffs, which
116117
is our preferred format.</P>
117118

118119
<P>Our standard format is to indent each code level with one tab,
@@ -163,10 +164,14 @@ <H3><A name="1">1</A>) What tools are available for
163164
consistent. Comment blocks that need specific line breaks should be
164165
formatted as<I>block comments,</I> where the comment starts as
165166
<CODE>/*------</CODE>. These comments will not be reformatted in
166-
any way.<I>pginclude</I> contains scripts used to add needed
167-
#include's to include files, and removed unneeded #include's. When
168-
adding system types, you will need to assign oids to them. There is
169-
also a script called<I>unused_oids</I> in
167+
any way.</P>
168+
169+
<P><I>pginclude</I> contains scripts used to add needed
170+
<CODE>#include</CODE>'s to include files, and removed unneeded
171+
<CODE>#include</CODE>'s.</P>
172+
173+
<P>When adding system types, you will need to assign oids to them.
174+
There is also a script called<I>unused_oids</I> in
170175
<I>pgsql/src/include/catalog</I> that shows the unused oids.</P>
171176

172177
<H3><Aname="2">2</A>) What books are good for developers?</H3>
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp