Eric Seppanen
|
3c4ebc4030
|
init_logging: return Result, print error on file create
Instead of panicking if the file create fails, print the filename and
error description to stderr; then propagate the error to our caller.
|
2021-04-13 14:06:14 -07:00 |
|
Heikki Linnakangas
|
ba4f8e94aa
|
Minor comment fixes.
|
2021-04-08 13:30:42 +03:00 |
|
Konstantin Knizhnik
|
abaa36a15c
|
Format code according to rust style guide
|
2021-04-07 16:50:58 +03:00 |
|
Heikki Linnakangas
|
6b9fc3aff0
|
Fix minor typos and copy-pastos
|
2021-04-07 16:39:37 +03:00 |
|
Konstantin Knizhnik
|
3fea78d688
|
Multitenant wal_acceptor
|
2021-04-07 13:43:40 +03:00 |
|
Stas Kelvich
|
c0fcbbbe0c
|
Cargo fmt pass over a codebase
|
2021-04-06 14:42:13 +03:00 |
|
Heikki Linnakangas
|
1367332447
|
Separate walkeeper and pageserver sources into different directories.
The integration tests, which depend on both walkeeper and pageserver,
are moved into yet another directory, 'integration_tests'.
|
2021-04-06 13:15:26 +03:00 |
|