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

Commit6932048

Browse files
committed
Add Neil's presentation to FAQ_DEV.
1 parent5c83b51 commit6932048

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

‎doc/FAQ_DEV

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Tue Jul 1113:01:46 EDT 2006
4+
Last updated:Fri Aug 1115:18:31 EDT 2006
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -292,7 +292,28 @@ General Questions
292292

293293
or
294294

295-
(c-add-style "pgsql"
295+
(add-hook 'c-mode-hook
296+
(function
297+
(lambda nil
298+
(if (string-match "pgsql" buffer-file-name)
299+
(progn
300+
(c-set-style "bsd")
301+
(setq c-basic-offset 4)
302+
(setq tab-width(add-hook 'c-mode-hook
303+
(function
304+
(lambda nil
305+
(if (string-match "pgsql" buffer-file-name)
306+
(progn
307+
(c-set-style "bsd")
308+
(setq c-basic-offset 4)
309+
(setq tab-width(add-hook 'c-mode-hook
310+
(function
311+
(lambda nil
312+
(if (string-match "pgsql" buffer-file-name)
313+
(progn
314+
(c-set-style "bsd")
315+
(setq c-basic-offset 4)
316+
(setq tab-width (c-add-style "pgsql"
296317
'("bsd"
297318
(indent-tabs-mode . t)
298319
(c-basic-offset . 4)

‎doc/src/FAQ/FAQ_DEV.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated:Wed Mar 1 17:24:48 EST 2006</P>
16+
<P>Last updated:Fri Aug 11 15:15:40 EDT 2006</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<Ahref=
19-
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
19+
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
2020
</P>
2121

2222
<P>The most recent version of this document can be viewed at<A
@@ -199,7 +199,7 @@ <H3 id="item1.5">1.5) I've developed a patch, what next?</H3>
199199
"#1.16">1.16</a>.</li>
200200

201201
<li>If you are adding a new feature, confirm that it has been tested
202-
thoroughly. Try to test the feature in all conceivable
202+
thoughly. Try to test the feature in all conceivable
203203
scenarios.</li>
204204

205205
<li>If it is a performance patch, please provide confirming test
@@ -222,7 +222,9 @@ <H3 id="item1.6">1.6) Where can I learn more about the
222222
<P>Other than documentation in the source tree itself, you can find
223223
some papers/presentations discussing the code at<Ahref=
224224
"http://www.postgresql.org/developer">
225-
http://www.postgresql.org/developer</A>.</P>
225+
http://www.postgresql.org/developer</A>. An excellent presentation
226+
is at<ahref=
227+
"http://neilconway.org/talks/hacking/">http://neilconway.org/talks/hacking/</a></P>
226228

227229
<H3id="item1.7">1.7) How do I download/update the current
228230
source tree?</H3>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp