pgsql: Small cleanups in SQL/JSON code - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Small cleanups in SQL/JSON code
Date
Msg-id E1nfKSm-000ch3-C3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Small cleanups in SQL/JSON code

These are to keep Coverity happy. In one case remove a redundant NULL
check, and in another explicitly ignore a function result that is already
known.

Branch
------
master

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

Modified Files
--------------
src/backend/parser/parse_expr.c | 2 +-
src/backend/utils/adt/jsonb.c   | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pgstat: set timestamps of fixed-numbered stats after a crash.
Next
From: Tom Lane
Date:
Subject: pgsql: Revert "Temporarily add some probes of tenk1's relallvisible in