forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteac3e00
committed
Fix various memory leaks in psql's describe commands \d*
Most of these have been introduced ind2d3547 with the new patternvalidation logic, and would leak memory worth an amount of onePQExpBuffer each time (as of 256 bytes at minimum, possibly more).Most of the patch has been written by Tang Haiying, with a few tweakscoming from Álvaro Herrera.Reported-by: Tang HaiyingAuthor: Tang Haiying, Álvaro HerreraReviewed-by: Mark Dilger, Andres Freund, Álvaro Herrera, Tom Lane, JapinLi, Michael Paquier, Junwang ZhaoBackpatch-through: 151 parent2103266 commiteac3e00
1 file changed
+190
-45
lines changed0 commit comments
Comments
(0)