|
1 | 1 |
|
2 | 2 | Developer's Frequently Asked Questions (FAQ) for PostgreSQL |
3 | 3 |
|
4 | | - Last updated: Fri Aug 1115:18:31 EDT 2006 |
| 4 | + Last updated: Fri Aug 1123:48:27 EDT 2006 |
5 | 5 |
|
6 | 6 | Current maintainer: Bruce Momjian (bruce@momjian.us) |
7 | 7 |
|
@@ -141,7 +141,7 @@ General Questions |
141 | 141 | 7. New feature patches should also be accompanied by documentation |
142 | 142 | patches. If you need help checking the SQL standard, see 1.16. |
143 | 143 | 8. If you are adding a new feature, confirm that it has been tested |
144 | | -thoughly. Try to test the feature in all conceivable scenarios. |
| 144 | +thoroughly. Try to test the feature in all conceivable scenarios. |
145 | 145 | 9. If it is a performance patch, please provide confirming test |
146 | 146 | results to show the benefit of your patch. It is OK to post |
147 | 147 | patches without this information, though the patch will not be |
@@ -292,28 +292,7 @@ General Questions |
292 | 292 |
|
293 | 293 | or |
294 | 294 |
|
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" |
| 295 | + (c-add-style "pgsql" |
317 | 296 | '("bsd" |
318 | 297 | (indent-tabs-mode . t) |
319 | 298 | (c-basic-offset . 4) |
|