pgsql: Fix use of volatile. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Fix use of volatile.
Date
Msg-id E1w0R8i-003WYD-0t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix use of volatile.

Commit 8185bb5347 misused volatile. Fix it. See also 6307b096e25.

Reported-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/1bb21c7d-885f-4f07-a3ed-21b60d7c92c6@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/547c15f9f8764af7b030a3b67dcbddab639da13c

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Add support for altering CHECK constraint enforceability
Next
From: Andres Freund
Date:
Subject: Re: pgsql: CREATE SUBSCRIPTION ... SERVER.