pgsql: Suppress unused-variable warning.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress unused-variable warning.
Date: 2026-04-07 21:03:32
Message-ID: E1wADa7-003S6q-2H@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress unused-variable warning.

x86 machines lacking HAVE__CPUIDEX saw a complaint about
"unused variable 'reg'", per buildfarm as well as local
experience. Oversight in bcb2cf41f.

Branch
------
master

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

Modified Files
--------------
src/port/pg_cpu_x86.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2026-04-07 21:07:37 pgsql: Add EXPLAIN (IO) instrumentation for SeqScan
Previous Message Tomas Vondra 2026-04-07 20:50:20 pgsql: auto_explain: Add new GUC auto_explain.log_io