Eric Ridge
                                            Eric Ridge
                                        
                                    > I just did it consistently with the rest of SPI interface. Should those interface be updated eventually, too? > […](#) hmm. the various `get_datum()` functions. Okay, leave it as...
We have `#[derive(PostgresEnum)]` Take a look in `pgx-examples/src/generic_enum.rs`. Is this what you're after?
PR #828 was just merged.
I think it'd be nearly impossible to properly support `dlcose`. Postgres doesn't even bother to try and `dlclose` a loaded extension .so. The only case where it might seem like...
Also, see the `alias` section in: https://github.com/zombodb/zombodb/blob/master/INDEX-MANAGEMENT.md You can set the alias to whatever you want. ZomboDB doesn't care what it is.
That's a thing that never got ported forward from that very old version. I can take a look at adding it, or something similar, in my spare time. In all...
@skreborn I feel like your comment is talking about something different than what @bhalonen mentioned (issue #70 no longer being a thing). Sounds like maybe you want to read up...
Strange. If you can, at least email me a pg_dump. I’m unfamiliar with pgbackrest and unlikely going to be motivated to learn it, but maybe I can suss things out...
We're missing something here. What's your usage pattern on this table? Are you doing UPDATES on specific rows? Do some of those fail and abort the transaction? Are you rolling...
Okay, I can reproduce this. If you take the above database and do all the things, then do these steps: ```sql [v13.3][35786] issue670=# vacuum full public.user; VACUUM Time: 2843.118 ms...