Re: BUG #18624: Memory Leak Issue with PostgreSQL Connection During COPY Command Execution.

From: Abhishek Mittal <abhmittal(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Junwang Zhao <zhjwpku(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18624: Memory Leak Issue with PostgreSQL Connection During COPY Command Execution.
Date: 2024-10-03 09:49:46
Message-ID: CAEHmedC7KFNceNn97qDAagMr_e1G2+ckZZtKcKmQeSbFZAajfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I'm currently facing a blocker in my project. Could we please check this
issue.

Thank you for your assistance.

Regards
Abhishek Mitta

On Tue, Sep 24, 2024 at 11:15 AM Abhishek Mittal <abhmittal(at)gmail(dot)com>
wrote:

> Hi,
>
> Thanks for your response.
>
> Can we connect sometime over the call to see the issue in my environment..
>
> Regards
> Abhishek Mittal
>
> On Fri, Sep 20, 2024 at 11:25 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
>> Abhishek Mittal <abhmittal(at)gmail(dot)com> writes:
>> > Please find the table schema below along with the attached sample CSV
>> file.
>>
>> I too tried to reproduce this, using both Junwang's \gexec method
>> and the C program. I don't see any leak. However, I tested v12
>> branch tip, so it's possible that you are hitting a problem that's
>> been fixed since 12.16. I notice a plausibly-related item in the
>> 12.18 release notes:
>>
>> Fix memory leak when performing JIT inlining (Andres Freund,
>> Daniel Gustafsson)
>>
>> If that's it, then setting "jit = off" should do as a temporary
>> workaround.
>>
>> If updating to 12.20 does not resolve the problem, then we are
>> going to need more information. Is this straight community
>> Postgres, or some variant? If you built it yourself, what
>> options did you use? Do you have any extensions installed?
>>
>> regards, tom lane
>>
>
>
> --
> amittal
>

--
amittal

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Muralikrishna Bandaru 2024-10-03 11:14:31 Re: BUG #18615: installer cannot be executed as "nt-autorität\system"
Previous Message Andrei Lepikhov 2024-10-03 06:15:10 Re: BUG #18643: EXPLAIN estimated rows mismatch