diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 179f6168438..94306bdbe45 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -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 @@ -112,7 +113,7 @@ Others prefer glimpse.
make_diff 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.
Our standard format is to indent each code level with one tab,
@@ -163,10 +164,14 @@
consistent. Comment blocks that need specific line breaks should be
formatted as block comments, where the comment starts as
/*------
. These comments will not be reformatted in
- any way. pginclude 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 unused_oids in
+ any way.
pginclude 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 unused_oids in pgsql/src/include/catalog that shows the unused oids.