Re: Proposal: Adding compression of temporary files

2025-04-22 Thread Filip Janus
Since the patch was prepared months ago, it needs to be rebased. -Filip- ne 13. 4. 2025 v 21:53 odesílatel Dmitry Dolgov <9erthali...@gmail.com> napsal: > > On Fri, Mar 28, 2025 at 09:23:13AM GMT, Filip Janus wrote: > > > +else > > > +if (nbytesOriginal - file->pos != 0) > > > +

Re: Proposal: Adding compression of temporary files

2025-04-13 Thread Dmitry Dolgov
> On Fri, Mar 28, 2025 at 09:23:13AM GMT, Filip Janus wrote: > > +else > > +if (nbytesOriginal - file->pos != 0) > > +/* curOffset must be corrected also if compression is > > + * enabled, nbytes was changed by compression but we > > + * have to use t

Re: Proposal: Adding compression of temporary files

2025-04-04 Thread Tomas Vondra
On 3/15/25 11:40, Alexander Korotkov wrote: > On Sun, Jan 5, 2025 at 1:43 AM Filip Janus wrote: >> >> I apologize for multiple messages, but I found a small bug in the previous >> version. >> >> -Filip- > > Great, thank you for your work. > > I think the patches could use a pgindent run. >

Re: Proposal: Adding compression of temporary files

2025-03-28 Thread Filip Janus
-Filip- po 17. 3. 2025 v 23:13 odesílatel Tomas Vondra napsal: > On 3/15/25 11:40, Alexander Korotkov wrote: > > On Sun, Jan 5, 2025 at 1:43 AM Filip Janus wrote: > >> > >> I apologize for multiple messages, but I found a small bug in the > previous version. > >> > >> -Filip- > > > > G

Re: Proposal: Adding compression of temporary files

2025-03-18 Thread Alexander Korotkov
On Tue, Mar 18, 2025 at 12:13 AM Tomas Vondra wrote: > On 3/15/25 11:40, Alexander Korotkov wrote: > > On Sun, Jan 5, 2025 at 1:43 AM Filip Janus wrote: > >> > >> I apologize for multiple messages, but I found a small bug in the previous > >> version. > >> > >> -Filip- > > > > Great, thank y

Re: Proposal: Adding compression of temporary files

2025-03-15 Thread Alexander Korotkov
On Sun, Jan 5, 2025 at 1:43 AM Filip Janus wrote: > > I apologize for multiple messages, but I found a small bug in the previous > version. > > -Filip- Great, thank you for your work. I think the patches could use a pgindent run. I don't see a reason why the temp file compression method sh