Re: BUG #15511: Drop table error "invalid argument"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ertugrul9090(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15511: Drop table error "invalid argument"
Date: 2018-11-17 20:51:36
Message-ID: 2510.1542487896@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?utf-8?q?PG_Bug_reporting_form?= <noreply(at)postgresql(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2018-11-17 22:32:48 Re: BUG #15511: Drop table error "invalid argument"
Previous Message Andres Freund 2018-11-17 20:37:25 Re: BUG #15511: Drop table error "invalid argument"