forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita385186
committed
Remove zero_damaged_pages from postgresql.conf.sample; the only way to
find out about it is to read the documentation that tells you howdangerous it is. Add default_transaction_read_only to documentation;seems to have been overlooked in patch that added read-only transactions.Clean up check_guc comparison script, which has been suffering bit rot.1 parentf1fb9e0 commita385186
File tree
3 files changed
+50
-24
lines changed- doc/src/sgml
- src/backend/utils/misc
3 files changed
+50
-24
lines changedLines changed: 24 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
1476 | 1476 |
| |
1477 | 1477 |
| |
1478 | 1478 |
| |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
1479 | 1498 |
| |
1480 | 1499 |
| |
1481 | 1500 |
| |
| |||
2182 | 2201 |
| |
2183 | 2202 |
| |
2184 | 2203 |
| |
2185 |
| - | |
| 2204 | + | |
2186 | 2205 |
| |
2187 | 2206 |
| |
2188 | 2207 |
| |
2189 |
| - | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
2190 | 2211 |
| |
2191 | 2212 |
| |
2192 | 2213 |
| |
|
Lines changed: 25 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
14 |
| - | |
15 |
| - | |
| 16 | + | |
| 17 | + | |
16 | 18 |
| |
17 | 19 |
| |
18 |
| - | |
| 20 | + | |
| 21 | + | |
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
| |||
26 | 29 |
| |
27 | 30 |
| |
28 | 31 |
| |
29 |
| - | |
30 |
| - | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 |
| |
41 |
| - | |
| 44 | + | |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
| |||
50 | 53 |
| |
51 | 54 |
| |
52 | 55 |
| |
53 |
| - | |
54 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 |
| |
56 | 60 |
| |
57 | 61 |
| |
58 | 62 |
| |
| 63 | + | |
59 | 64 |
| |
60 | 65 |
| |
61 | 66 |
| |
62 | 67 |
| |
63 | 68 |
| |
64 | 69 |
| |
65 |
| - | |
| 70 | + | |
66 | 71 |
| |
67 | 72 |
| |
68 | 73 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
| 208 | + | |
208 | 209 |
| |
209 | 210 |
| |
210 | 211 |
| |
| |||
213 | 214 |
| |
214 | 215 |
| |
215 | 216 |
| |
216 |
| - | |
217 | 217 |
| |
218 | 218 |
|
0 commit comments
Comments
(0)