forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3371e4d
committed
Change default of log_directory to 'log'
The previous default 'pg_log' might have indicated by its "pg_" prefixthat it is an internal system directory. The new default is more inline with the typical naming of directories with user-facing log files.Together with the renaming of pg_clog and pg_xlog, this should clear upthat difference.Author: Andreas Karlsson <andreas@proxel.se>1 parenta171f01 commit3371e4d
File tree
6 files changed
+9
-9
lines changed- doc/src/sgml
- src
- backend/utils/misc
- test/perl
6 files changed
+9
-9
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4363 | 4363 |
| |
4364 | 4364 |
| |
4365 | 4365 |
| |
4366 |
| - | |
4367 |
| - | |
| 4366 | + | |
| 4367 | + | |
4368 | 4368 |
| |
4369 | 4369 |
| |
4370 | 4370 |
| |
| |||
4466 | 4466 |
| |
4467 | 4467 |
| |
4468 | 4468 |
| |
4469 |
| - | |
| 4469 | + | |
4470 | 4470 |
| |
4471 | 4471 |
| |
4472 | 4472 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 |
| - | |
| 265 | + | |
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3320 | 3320 |
| |
3321 | 3321 |
| |
3322 | 3322 |
| |
3323 |
| - | |
| 3323 | + | |
3324 | 3324 |
| |
3325 | 3325 |
| |
3326 | 3326 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 |
| - | |
| 347 | + | |
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
551 | 551 |
| |
552 | 552 |
| |
553 | 553 |
| |
554 |
| - | |
| 554 | + | |
555 | 555 |
| |
556 | 556 |
| |
557 | 557 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
0 commit comments
Comments
(0)