Replace static buf with a stack-allocated one in ReadControlFile

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: da8a587e2e225be1ccf838a330e342bda6848874
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2024-07-30T19:05:59Z
Releases: 18.0
Replace static buf with a stack-allocated one in ReadControlFile

It's only used very locally within the function.

Reviewed-by: Robert Haas
Discussion: https://www.postgresql.org/message-id/7f86e06a-98c5-4ce3-8ec9-3885c8de0358@iki.fi

Files

PathChange+/−
src/backend/access/transam/xlog.c modified +1 −1

Discussion