Philip Dubé

Results 88 comments of Philip Dubé

@farooqch11 You didn't update `save_last_enqueue_time`

No, both Louis & Lukas are no longer with Citus If someone else wants this to get through they can create a new PR based on this one

@domoritz my PR has since merged

Do we want to support postgres versions this old? https://www.postgresql.org/support/versioning/ It's been EOL for awhile. In theory if someone wants to have reliable archival/restoration of EOL versions they should be...

citus_create_restore_point may be useful, tho it hasn't been integrated into Azure's managed service as of yet We do well enough having every node use wal-g as if it were in...

We trust that wal with similar timestamp will be consistent. Eventually we will want to use `citus_create_restore_point` for that reason

Today I also ported `utf8` from 5.3: https://github.com/PeerDB-io/gluautf8 Outside of backporting stdlib (expect string.pack/string.unpack soon), I've made json/msgpack libraries with fine grained control for encoding (ie, being able to tag...

@Cindlory would you like me to pick up this PR & add a test? There's also an issue with how bools are encoded in general, addressed in #8252

@alex1891 the last PR was closed for being stale because it didn't update tests to have arrays with go tested. Hopefully you can update this PR with a test &...