Re: BUG #15511: Drop table error "invalid argument"
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: ertugrul9090@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2018-11-17T20:51:36Z
Lists: 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
Commits
-
Improve our response to invalid format strings, and detect more cases.
- d8e1de899c8e 11.2 landed
- d398119c19ef 9.6.12 landed
- d2b0b60e7193 12.0 landed
- a40ee75c1e2c 9.5.16 landed
- 6dc46f8ca83d 10.7 landed
- 3a691f8a25a8 9.4.21 landed