Re: Server closed the connection unexpectedly

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Zu-Ming Jiang <zuming.jiang@inf.ethz.ch>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2023-06-15T20:12:34Z
Lists: pgsql-bugs
Zu-Ming Jiang <zuming.jiang@inf.ethz.ch> writes:
> My fuzzer finds a bug in Postgres, which makes the connection closed 
> unexpectedly.

Thanks for the report.  This seems to be the same memory-leakage
issue under discussion here:

https://www.postgresql.org/message-id/flat/b2bd02dff61af15e3526293e2771f874cf2a3be7.camel%40cybertec.at

			regards, tom lane



Commits

  1. Fix memory leak in Incremental Sort rescans

  2. doc: PG 16 relnotes, fix PREPARE/EXECUTE wording