Re: BUG #15511: Drop table error "invalid argument"
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: ertugrul9090@gmail.com, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-bugs@lists.postgresql.org
Date: 2018-11-18T02:32:27Z
Lists: pgsql-bugs
Greetings, * Tom Lane (tgl@sss.pgh.pa.us) wrote: > (4) However, that leaves us with a translation problem, because msgfmt > doesn't detect some things that we'll fail on at runtime. What shall > we do about that? I realize this is pretty pie-in-the-sky, but maybe we should have a buildfarm member that's actually running the regression suite with every translation we support..? Of course, then we should also have our regression tests actually causing every error message to be hit at least once or we'd still possibly miss things. A shorter path, though one with less additional benefits, would presumably be to find a way to make msgfmt fail on things that we'll fail on..? Or otherwise detect such cases..? Thanks! Stephen
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