Peter Geoghegan
Peter Geoghegan
:+1: from me. There is already a solution to the read only problem (wxHexEditor will prompt you if and when the path is read-only), but that isn't very scalable. I...
I agree with @xenogenesi -- simply being able to quickly indicate to wxHexEditor that the .tags file has been updated and needs to be refreshed would be a big step...
That being said, I understand where @EUA is coming from. There are a lot of things that a custom scripting language would enable that are hard to get any other...
@EUA BTW, reading the pg_hexedit source code once more might give you a sense of where I'm coming from here. It is a PostgreSQL frontend utility, which has huge dependencies...
I tried building pg_check with assertions, just to try it. I bet the immediate issue is with LP_REDIRECT and/or LP_DEAD item pointers that are not handled within bitmap_add_heap_items(). I saw...
@klando Makes sense to me - it would be nice to build/install everything in one go. I think, just for the record, that it was the correct decision to make...
@terrorobe Yeah, that's possible. Just discriminate against ERRCODE_UNDEFINED_TABLE errors when pg_stat_plans catches errors that the underlying query might throw up. All of these Actually, you'd probably want to look for...
I should add that it would be nice if pg_stat_plans didn't propagate these and similar "expected" errors to clients, but rather just returned NULL. That way, it would be relatively...
That's strange. I haven't been able to reproduce this. It could be a 9.1 specific issue.
What version of Postgres are you using, Msch?