Re: [HACKERS] invalid data for encoding

2007-08-24 Thread Jeff Davis
On Thu, 2007-08-23 at 17:04 -0400, Andrew Dunstan wrote: > I have just noticed that we are still accepting data that is invalid for > the server encoding, and in consequence we can produce a dump which we > can't subsequently load. This is a major bug IMNSHO, and needs to be > fixed for 8.3. I

[HACKERS] invalid data for encoding

2007-08-23 Thread Andrew Dunstan
I have just noticed that we are still accepting data that is invalid for the server encoding, and in consequence we can produce a dump which we can't subsequently load. This is a major bug IMNSHO, and needs to be fixed for 8.3. Mark, have you made any progress on fixing this? The last mentio