pgsql: Silence -Wimplicit-fallthrough in sysv_shmem.c.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence -Wimplicit-fallthrough in sysv_shmem.c.
Date: 2019-04-04 06:29:02
Message-ID: E1hBvry-0001IY-3w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence -Wimplicit-fallthrough in sysv_shmem.c.

Commit 2f932f71d9f2963bbd201129d7b971c8f5f077fd added code that elicits
a warning on buildfarm member flaviventris. Back-patch to 9.4, like
that commit.

Reported by Andres Freund.

Discussion: https://postgr.es/m/20190404020057.galelv7by75ekqrh@alap3.anarazel.de

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/41547838b97b709e9ee10eecc656703b357ec86a

Modified Files
--------------
src/backend/port/sysv_shmem.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-04-04 07:06:19 pgsql: Fix back-patch of 16ee6eaf80a40007a138b60bb5661660058d0422 to v9
Previous Message Andres Freund 2019-04-04 02:00:57 Re: pgsql: Consistently test for in-use shared memory.