On Wed, Nov 12, 2025 at 08:48:39AM -0500, Bruce Momjian wrote:
> On Wed, Nov 12, 2025 at 02:45:16PM +0100, Peter Eisentraut wrote:
> > On 11.11.25 20:31, Bruce Momjian wrote:
> > > We inconsistently double-quote the "%f" and "%p" arguments of
> > > "archive_command" and "restore_command". Paths wi
On Wed, Nov 12, 2025 at 02:45:16PM +0100, Peter Eisentraut wrote:
> On 11.11.25 20:31, Bruce Momjian wrote:
> > We inconsistently double-quote the "%f" and "%p" arguments of
> > "archive_command" and "restore_command". Paths with spaces or special
> > characters, especially directory names in thes
On 11.11.25 20:31, Bruce Momjian wrote:
We inconsistently double-quote the "%f" and "%p" arguments of
"archive_command" and "restore_command". Paths with spaces or special
characters, especially directory names in these cases, would need
double-quotes.
This patch adds double-quotes to all insta
We inconsistently double-quote the "%f" and "%p" arguments of
"archive_command" and "restore_command". Paths with spaces or special
characters, especially directory names in these cases, would need
double-quotes.
This patch adds double-quotes to all instances. I can also go the other
way and rem