forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf64b840

Bryan Henderson
Remove most compile-time options, add a few runtime options to make up for it.
In particular, no more compiled-in default for PGDATA or LIBDIR. Commandsthat need them need either invocation options or environment variables.PGPORT default is hardcoded as 5432, but overrideable with options orenvironment variables.1 parent7ac541d commitf64b840
File tree
25 files changed
+1959
-1924
lines changed- src
- backend
- bootstrap
- libpq
- port/win32
- postmaster
- tcop
- utils
- error
- init
- bin
- createdb
- createuser
- destroydb
- destroyuser
- initdb
- include
- interfaces
- libpq
- libpq++
25 files changed
+1959
-1924
lines changedLines changed: 412 additions & 398 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
| |||
46 | 45 |
| |
47 | 46 |
| |
48 | 47 |
| |
49 |
| - | |
50 |
| - |
0 commit comments
Comments
(0)