OSDN Git Service

Rename find_baddefs to find_badmacros
authorBruce Momjian <bruce@momjian.us>
Mon, 26 Nov 2001 21:42:24 +0000 (21:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 26 Nov 2001 21:42:24 +0000 (21:42 +0000)
doc/src/FAQ/FAQ_DEV.html
src/tools/find_badmacros [moved from src/tools/find_baddefs with 100% similarity]

index 179f616..94306bd 100644 (file)
@@ -76,6 +76,7 @@
     make_mkid       make mkid ID files
     mkldexport      create AIX exports file
     pgindent        indents C source files
+    pgjindent       indents Java source files
     pginclude       scripts for adding/removing include files
     unused_oids     in pgsql/src/include/catalog
 </PRE>
     Others prefer <I>glimpse.</I> 
 
     <P><I>make_diff</I> has tools to create patch diff files that can
-    be applied to the distribution.  This produces context diffs, which
+    be applied to the distribution. This produces context diffs, which
     is our preferred format.</P>
 
     <P>Our standard format is to indent each code level with one tab,
     consistent. Comment blocks that need specific line breaks should be
     formatted as <I>block comments,</I> where the comment starts as
     <CODE>/*------</CODE>. These comments will not be reformatted in
-    any way. <I>pginclude</I> contains scripts used to add needed
-    #include's to include files, and removed unneeded #include's. When
-    adding system types, you will need to assign oids to them. There is
-    also a script called <I>unused_oids</I> in
+    any way.</P>
+
+    <P><I>pginclude</I> contains scripts used to add needed
+    <CODE>#include</CODE>'s to include files, and removed unneeded
+    <CODE>#include</CODE>'s.</P>
+
+    <P>When adding system types, you will need to assign oids to them.
+    There is also a script called <I>unused_oids</I> in
     <I>pgsql/src/include/catalog</I> that shows the unused oids.</P>
 
     <H3><A name="2">2</A>) What books are good for developers?</H3>