- Notifications
You must be signed in to change notification settings - Fork5
Commiteeb6cb1
committed
Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled
build actually attempts to advertise itself via Bonjour. Formerly it alwaysdid so, which meant that packagers had to decide for their users whetherthis behavior was wanted or not. The default is "off" to be on the safeside, though this represents a change in the default behavior of aBonjour-enabled build. Per discussion.1 parent59b9f3d commiteeb6cb1
File tree
5 files changed
+49
-7
lines changed- doc/src/sgml
- src
- backend
- postmaster
- utils/misc
- include/postmaster
5 files changed
+49
-7
lines changedLines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
472 | 472 |
| |
473 | 473 |
| |
474 | 474 |
| |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
475 | 489 |
| |
476 | 490 |
| |
477 | 491 |
| |
478 | 492 |
| |
479 | 493 |
| |
480 | 494 |
| |
481 | 495 |
| |
482 |
| - | |
| 496 | + | |
483 | 497 |
| |
484 | 498 |
| |
485 | 499 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
| 203 | + | |
203 | 204 |
| |
204 | 205 |
| |
205 | 206 |
| |
| |||
854 | 855 |
| |
855 | 856 |
| |
856 | 857 |
| |
857 |
| - | |
| 858 | + | |
858 | 859 |
| |
859 | 860 |
| |
860 | 861 |
| |
|
Lines changed: 26 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
| 155 | + | |
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
| |||
681 | 682 |
| |
682 | 683 |
| |
683 | 684 |
| |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
684 | 693 |
| |
685 | 694 |
| |
686 | 695 |
| |
| |||
2199 | 2208 |
| |
2200 | 2209 |
| |
2201 | 2210 |
| |
2202 |
| - | |
| 2211 | + | |
2203 | 2212 |
| |
2204 | 2213 |
| |
2205 | 2214 |
| |
| |||
7394 | 7403 |
| |
7395 | 7404 |
| |
7396 | 7405 |
| |
| 7406 | + | |
| 7407 | + | |
| 7408 | + | |
| 7409 | + | |
| 7410 | + | |
| 7411 | + | |
| 7412 | + | |
| 7413 | + | |
| 7414 | + | |
| 7415 | + | |
| 7416 | + | |
| 7417 | + | |
| 7418 | + | |
| 7419 | + | |
| 7420 | + | |
7397 | 7421 |
| |
7398 | 7422 |
| |
7399 | 7423 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| 72 | + | |
| 73 | + | |
72 | 74 |
| |
73 | 75 |
| |
74 | 76 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
|
0 commit comments
Comments
(0)