Closed arp242 closed 2 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
My postgresql.conf looks like this:
It would fail to detect these keys as the tuneRegexFmt and tuneRegexQuotedFmt require exactly " = "; this changes that to "\s=\s" to accept any whitespace. It doesn't make any effort to write these spaces back – might be nice too, but I couldn't be bothered 😅
Also use ` for these strings so you don't need to double up the backslashes.