neondatabase / neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
https://neon.tech
Apache License 2.0
14.48k stars 419 forks source link

fix(compute_tools): write_postgres_conf missing newline #8166

Open fffzlfk opened 3 months ago

fffzlfk commented 3 months ago

Problem

postgres_conf missing newline

image

Summary of changes

replace write! with writeln!

Checklist before requesting a review

Checklist before merging

github-actions[bot] commented 2 months ago

3006 tests run: 2891 passed, 0 failed, 115 skipped (full report)


Flaky tests (1) #### Postgres 15 - `test_pageserver_restarts_under_worload`: [release](https://neon-github-public-dev.s3.amazonaws.com/reports/pr-8248/9779773040/index.html#suites/542b1248464b42cc5a4560f408115965/a50e8a5eaa46712b/retries)

Code coverage* (full report)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
12c2fc96834f59604b8ade5b9add28f1dce41ec6 at 2024-07-03T15:35:45.199Z :recycle: