Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
07c3f00b
Commit
07c3f00b
authored
Nov 26, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename find_baddefs to find_badmacros
parent
2337780e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
doc/src/FAQ/FAQ_DEV.html
doc/src/FAQ/FAQ_DEV.html
+10
-5
src/tools/find_badmacros
src/tools/find_badmacros
+0
-0
No files found.
doc/src/FAQ/FAQ_DEV.html
View file @
07c3f00b
...
@@ -76,6 +76,7 @@
...
@@ -76,6 +76,7 @@
make_mkid make mkid ID files
make_mkid make mkid ID files
mkldexport create AIX exports file
mkldexport create AIX exports file
pgindent indents C source files
pgindent indents C source files
pgjindent indents Java source files
pginclude scripts for adding/removing include files
pginclude scripts for adding/removing include files
unused_oids in pgsql/src/include/catalog
unused_oids in pgsql/src/include/catalog
</PRE>
</PRE>
...
@@ -112,7 +113,7 @@
...
@@ -112,7 +113,7 @@
Others prefer
<I>
glimpse.
</I>
Others prefer
<I>
glimpse.
</I>
<P><I>
make_diff
</I>
has tools to create patch diff files that can
<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>
is our preferred format.
</P>
<P>
Our standard format is to indent each code level with one tab,
<P>
Our standard format is to indent each code level with one tab,
...
@@ -163,10 +164,14 @@
...
@@ -163,10 +164,14 @@
consistent. Comment blocks that need specific line breaks should be
consistent. Comment blocks that need specific line breaks should be
formatted as
<I>
block comments,
</I>
where the comment starts as
formatted as
<I>
block comments,
</I>
where the comment starts as
<CODE>
/*------
</CODE>
. These comments will not be reformatted in
<CODE>
/*------
</CODE>
. These comments will not be reformatted in
any way.
<I>
pginclude
</I>
contains scripts used to add needed
any way.
</P>
#include's to include files, and removed unneeded #include's. When
adding system types, you will need to assign oids to them. There is
<P><I>
pginclude
</I>
contains scripts used to add needed
also a script called
<I>
unused_oids
</I>
in
<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>
<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>
<H3><A
name=
"2"
>
2
</A>
) What books are good for developers?
</H3>
...
...
src/tools/find_bad
def
s
→
src/tools/find_bad
macro
s
View file @
07c3f00b
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment