Re: [PATCH] minor bugfix for pg_basebackup (9.6 ~ )
Ian Barwick <ian.barwick@2ndquadrant.com>
From: Ian Barwick <ian.barwick@2ndquadrant.com>
To: Sergei Kornilov <sk@zsrv.org>,
Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2019-07-19T13:40:42Z
Lists: pgsql-hackers
On 7/19/19 7:45 PM, Sergei Kornilov wrote: > Hi > > Oh. Replication slot name currently can contains only a-z0-9_ characters. So > we can not actually write such recovery.conf, pg_basebackup will stop > before. But perform escape_quotes on string and not use result - error anyway. Good point, it does actually fail with an error if an impossible slot name is provided, so the escaping is superfluous anyway. I'll take another look at it later as it's not exactly critical, just stuck out when I was passing through the code. Regards Ian Barwick -- Ian Barwick https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Don't uselessly escape a string that doesn't need escaping
- 66abcce55f12 11.5 landed
- 5ac684381df1 12.0 landed
- 52608f341607 10.10 landed
- 0f9133b66b56 9.6.15 landed
- 0994cfc0ac85 13.0 landed
-
pg_basebackup: Add --slot option
- 0dc848b0314d 9.6.0 cited