On 28.10.24 16:56, Peter Geoghegan wrote:
On Mon, Oct 28, 2024 at 11:48 AM Peter Geoghegan wrote:
This broke WAL_DEBUG builds, which rely on TopMemoryContext within xlog.c.
Minor correction: it was actually commit e18512c0, not this similar commit.
fixed
On Mon, Oct 28, 2024 at 11:48 AM Peter Geoghegan wrote:
> This broke WAL_DEBUG builds, which rely on TopMemoryContext within xlog.c.
Minor correction: it was actually commit e18512c0, not this similar commit.
--
Peter Geoghegan
On Mon, Oct 28, 2024 at 3:03 AM Peter Eisentraut wrote:
> Remove unused #include's from contrib, pl, test .c files
This broke WAL_DEBUG builds, which rely on TopMemoryContext within xlog.c.
--
Peter Geoghegan
Remove unused #include's from contrib, pl, test .c files
as determined by IWYU
Similar to commit dbbca2cf299, but for contrib, pl, and src/test/.
Reviewed-by: Alvaro Herrera
Discussion:
https://www.postgresql.org/message-id/flat/0df1d5b1-8ca8-4f84-93be-121081bde049%40eisentraut.org
Branch
---