mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix tab to space mention in FAQ_DEV.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
|
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
|
||||||
|
|
||||||
Last updated: Fri Dec 22 17:41:41 EST 2006
|
Last updated: Thu Jan 4 16:00:00 EST 2007
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
|
|
||||||
@ -228,7 +228,7 @@ General Questions
|
|||||||
ccsym find standard defines made by your compiler
|
ccsym find standard defines made by your compiler
|
||||||
copyright fixes copyright notices
|
copyright fixes copyright notices
|
||||||
|
|
||||||
entab converts tabs to spaces, used by pgindent
|
entab converts spaces to tabs, used by pgindent
|
||||||
find_static finds functions that could be made static
|
find_static finds functions that could be made static
|
||||||
find_typedef finds typedefs in the source code
|
find_typedef finds typedefs in the source code
|
||||||
find_badmacros finds macros that use braces incorrectly
|
find_badmacros finds macros that use braces incorrectly
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<H1>Developer's Frequently Asked Questions (FAQ) for
|
<H1>Developer's Frequently Asked Questions (FAQ) for
|
||||||
PostgreSQL</H1>
|
PostgreSQL</H1>
|
||||||
|
|
||||||
<P>Last updated: Fri Dec 22 17:41:41 EST 2006</P>
|
<P>Last updated: Thu Jan 4 16:00:00 EST 2007</P>
|
||||||
|
|
||||||
<P>Current maintainer: Bruce Momjian (<A href=
|
<P>Current maintainer: Bruce Momjian (<A href=
|
||||||
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
|
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
|
||||||
@ -304,7 +304,7 @@
|
|||||||
ccsym find standard defines made by your compiler
|
ccsym find standard defines made by your compiler
|
||||||
copyright fixes copyright notices
|
copyright fixes copyright notices
|
||||||
|
|
||||||
entab converts tabs to spaces, used by pgindent
|
entab converts spaces to tabs, used by pgindent
|
||||||
find_static finds functions that could be made static
|
find_static finds functions that could be made static
|
||||||
find_typedef finds typedefs in the source code
|
find_typedef finds typedefs in the source code
|
||||||
find_badmacros finds macros that use braces incorrectly
|
find_badmacros finds macros that use braces incorrectly
|
||||||
|
Reference in New Issue
Block a user