pgsql: Fix use of volatile.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix use of volatile.
Date: 2026-03-11 21:30:48
Message-ID: E1w0R8i-003WYD-0t@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix use of volatile.

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

Reported-by: Peter Eisentraut <peter(at)eisentraut(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2026-03-11 21:49:00 Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Previous Message Andrew Dunstan 2026-03-11 20:16:34 pgsql: Add support for altering CHECK constraint enforceability