Charalampos Mitrodimas

Results 57 comments of Charalampos Mitrodimas

The new layout clean code only removes `build_unit(&pkg.name())`, but example files are stored in a separate `build_dir().examples()` directory with hashed filenames (e.g., foo-.d). The old layout handles this with glob...

> What I'm further confused about is my own projects don't have hashes in the uplifted example names and I'm not seeing how to reproduce that. Yes, uplifted example names...

+1 on this proposal. This would help solve several issues: 1. Reduce duplicate security backporting work across distributions (as @sudhackar mentioned about the recent Ubuntu experience) 2. Provide a clearer...

> It's an invite only discord server where tridge, WayneD, etc. are around. Discord invitation was sent out to the rsync-announce[1] mailing list when it was created. [1]: https://lists.samba.org/archive/rsync-announce/2024/000119.html

@eeeebbbbrrrr let's see if CI passes now? Seems @if0ne did some work for it.

@theduke care to share a small user-story on this?

I think what you're trying to do is a bit documented here: https://github.com/pgcentralfoundation/pgrx/blob/2e515ae3fe3d350258ce9cd492ce41a7afcbaaef/pgrx-tests/src/tests/heap_tuple.rs#L558-L577 The issue is that returning `SetOfIterator` directly doesn't work because the SQL generator can't determine what composite...