Re: pgbench failed when -f option contains a char '@'
От | Tom Lane |
---|---|
Тема | Re: pgbench failed when -f option contains a char '@' |
Дата | |
Msg-id | 157895.1608304242@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: pgbench failed when -f option contains a char '@' (Heikki Linnakangas <hlinnaka@iki.fi>) |
Ответы |
Re: pgbench failed when -f option contains a char '@'
|
Список | pgsql-hackers |
Heikki Linnakangas <hlinnaka@iki.fi> writes: > I think we should just leave this as it is. The user can simply rename > the file. Yeah. The assumption when we defined the script-weight syntax was that there's no particular reason to use "@" in a script file name, and I don't see why that's a bad assumption. > Or maybe one change would be worthwhile here: First check if the part > after the @ contains only digits. If doesn't, then assume it's part of > the filename rather than a weight. That would fix this for cases like > "foo@1.sql", although not for "foo@1". I do not like introducing ambiguity of that sort. Not being entirely clear on which script file is going to be read seems like a recipe for security issues. regards, tom lane
В списке pgsql-hackers по дате отправления: