Re: [HACKERS] A few string fixed

2013-03-20 Thread Daniele Varrazzo
On Wed, Mar 20, 2013 at 2:01 PM, Tom Lane wrote: > Daniele Varrazzo writes: >> while translating the new PostgreSQL 9.3 strings I've found a couple >> questionable. Patches attached. > > Hmm ... I agree with the MultiXactId->MultiXactIds changes, but not with > this one: > >> -

Re: [HACKERS] A few string fixed

2013-03-20 Thread Tom Lane
Daniele Varrazzo writes: > while translating the new PostgreSQL 9.3 strings I've found a couple > questionable. Patches attached. Hmm ... I agree with the MultiXactId->MultiXactIds changes, but not with this one: > -errhint("To make the view > upd

[HACKERS] A few string fixed

2013-03-20 Thread Daniele Varrazzo
Hello, while translating the new PostgreSQL 9.3 strings I've found a couple questionable. Patches attached. Cheers, -- Daniele 0001-Fixed-MultiXactIds-string-warning.patch Description: Binary data 0002-Fixed-pasto-in-hint-string-about-making-views-deleta.patch Description: Binary data -- S