Ankush
Ankush
@Userfrom1995 can we get started with the task was assigned to me?
> [@ankushT369](https://github.com/ankushT369) Just start on a work branch for it - https://github.com/agroal/pgagroal/blob/master/doc/DEVELOPERS.md#do-a-work-branch - then we will see how we proceed. You are in different time zones got it!!
@jesperpedersen I was wondering to getting started with task you gave!! and @Userfrom1995 is not active I guess. what should I do?
told me to make a patch on this : > @ankushT369 You may have to work on a patch that verifies the message format (https://www.postgresql.org/docs/18/protocol-message-formats.html) during the dump, so it...
@Userfrom1995 Hey I have a doubt regarding the misalignment of packets!!! This is a demo code ``` void pgagroal_log_postgres(void* data, size_t size) { printf("Data packet size: %zu\n", size); unsigned char*...
@jesperpedersen do we need to append the data or something like that ? As you told me: > in this case we don't need the full message if it is...
I know variable names and other things are ugly here(I will rectify those things) I have 2 condition here the data is misaligned in 2 different ways 1) The header...
@bsdimp, @concussious can you review this ?
@jlduran can u review this ?? I think I did 3 horizontal tab indent this part by mistake is it ok ? ``` if (kflag) { setenv("BLOCKSIZE", "1024", 1); ```
I did this : > What I usually do is copy over the original file, open it split-screen and copy it back.