Gavin M. Roy
                                            Gavin M. Roy
                                        
                                    I don't understand the use case of the MR. It looks to me like you want the `.values()` of a dict in certain cases, and not others? Is the goal...
Probably pgdumplib - Can you provide the first 10 bytes of `/tmp/bad`? ```python with open('/tmp/bad', 'rb') as handle: print(repr(handle.read(10)) ``` My guess is that there's a byte sneaking it at...
Ah, yeah, I'm not sure that I can properly detect if the file hasn't fully transferred yet just by reading stdin. So ultimately the issue here is pgdumplib assumes it...
Huh, and there's no binary diff between bad and good files? Re a diff tool, I have another project, probably much bigger in scope than what you're looking to do...
Thanks for this. I noticed you closed it, does that mean you changed your mind or?
So to integrate it with Pandas as a hard requirement is not something I'm keen to do, but I will keep it in mind from an optional perspective.
Thanks, yeah that was a carryover I missed from where this started (in using the Fd format). I'm going to be making a new version soon that does the weighted...
Was thinking on this last night. I'll try and get this and tar format in for 4.0.
The issue is a bit terse for me to grok it. Is there a Postgres 13 incompatibility?
What version of Postgres and pg_dump/pg_restore?