Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM
Kirill Reshke <reshkekirill@gmail.com>
From: Kirill Reshke <reshkekirill@gmail.com>
To: Ignat Remizov <ignat980@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-12-03T18:29:09Z
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