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
-
Fix memory leak in Incremental Sort rescans
- 3ce761d5cafe 13.12 landed
- c1affa38c73b 14.9 landed
- 0c5fe4ff6b2b 15.4 landed
- 9ae7b5d1f3ad 16.0 landed
- 98640f960eb9 17.0 landed
-
doc: PG 16 relnotes, fix PREPARE/EXECUTE wording
- 3f1aaaa18068 16.0 cited