pgsql: Suppress compiler warning in non-cassert builds.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress compiler warning in non-cassert builds.
Date: 2020-08-26 21:08:18
Message-ID: E1kB2eY-0006Oc-Ie@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress compiler warning in non-cassert builds.

Oversight in 808e13b28, reported by Bruce Momjian.

Discussion: https://postgr.es/m/20200826160251.GB21909@momjian.us

Branch
------
master

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

Modified Files
--------------
src/backend/storage/file/sharedfileset.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-08-27 07:45:30 pgsql: Fix comment in procarray.c
Previous Message Michael Paquier 2020-08-26 11:48:49 pgsql: Add regression tests for REPLICA IDENTITY with dropped indexes