Thread: pgsql: Replace static buf with a stack-allocated one in ReadControlFile

pgsql: Replace static buf with a stack-allocated one in ReadControlFile

From
Heikki Linnakangas
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da8a587e2e225be1ccf838a330e342bda6848874

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)