Re: CREATE DATABASE ... STRATEGY WAL_LOG issues
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org, Dilip Kumar <dilipbalaut@gmail.com>
Date: 2023-03-22T13:58:58Z
Lists: pgsql-hackers
On Wed, Mar 22, 2023 at 1:12 AM Andres Freund <andres@anarazel.de> wrote: > Patch with the two minimal fixes attached. As we don't know whether it's worth > changing the strategy, the more minimal fixes seem more appropriate. LGTM. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOG
- 560bb56c6eba 15.3 landed
- 5df319f3d55d 16.0 landed