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

From Heikki Linnakangas
Subject pgsql: Replace static buf with a stack-allocated one in ReadControlFile
Date
Msg-id E1sYsSm-001vm8-1B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove leftover function declaration
Next
From: Jeff Davis
Date:
Subject: pgsql: Relax check for return value from second call of pg_strnxfrm().