pgsql: Suppress compiler warning in non-cassert builds. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress compiler warning in non-cassert builds.
Date
Msg-id E1kB2eY-0006Oc-Ie@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add regression tests for REPLICA IDENTITY with dropped indexes
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix comment in procarray.c