| От | Tom Lane |
|---|---|
| Тема | Re: BUG #15511: Drop table error "invalid argument" |
| Дата | |
| Msg-id | 2510.1542487896@sss.pgh.pa.us обсуждение |
| Ответ на | BUG #15511: Drop table error "invalid argument" (PG Bug reporting form <noreply@postgresql.org>) |
| Ответы |
Re: BUG #15511: Drop table error "invalid argument"
|
| Список | pgsql-bugs |
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> Drop table error "HATA: vsnprintf failed: Invalid argument", error
> code:"XX000" , PostgreSQL version..: "11.1"
Hmm. Looking at snprintf.c, EINVAL could only be returned for an
incorrect translated message (i.e. wrong use of %n$ notation),
so it seems somebody fat-fingered a translation. We can infer
that you're using the Turkish message set, but that doesn't help
much to narrow down where the mistake is. What do you see if you
do "set lc_messages = 'C'" and then repeat the failing command?
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера