On Mon, 28 Oct 2024 at 16:51, Peter Eisentraut <pe...@eisentraut.org> wrote: > Thoughts?
+ snprintf(xloc, sizeof(xloc), "%X/%X", LSN_FORMAT_ARGS(logptr)) + pq_sendstring(&buf, xloc); nit: I feel that sending the LSN as a string seems unnecessarily wasteful of bytes. I'd rather send it as its binary representation.