Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM

From: Kirill Reshke <reshkekirill(at)gmail(dot)com>
To: Ignat Remizov <ignat980(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM
Date: 2025-12-03 18:29:09
Message-ID: CALdSSPj_Nidi_mpEEL1q06+qtYe0UBtEVYGxMEExoNiHB0pnaA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 3 Dec 2025 at 23:17, I wrote:
> (I did derive the exact example
> when postgresql immediately restarts after some SQL but im 100% there
> is such thing )

Shame on me

select repeat('a',1024*1024*1023) from generate_series(1, 100);

--
Best regards,
Kirill Reshke

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-12-03 18:33:33 Re: increased duration of stats_ext tests with -DCLOBBER_CACHE_ALWAYS
Previous Message Kirill Reshke 2025-12-03 18:17:12 Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM