pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code.
Date
Msg-id E1h5CGs-0003Er-Va@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress -Wimplicit-fallthrough warnings in new jsonpath code.

Per buildfarm.  See commit 41c912cad for precedent.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/20f7c3d5606254d8870697f15fd7a7b4e602e1e1

Modified Files
--------------
src/backend/utils/adt/jsonpath.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Partial implementation of SQL/JSON path language
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Partial implementation of SQL/JSON path language