| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: remove redundant initializations |
| Date: | 2020-09-04 02:57:46 |
| Message-ID: | E1kE1v8-0004Ud-Je@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
remove redundant initializations
Reported-by: Ranier Vilela
Discussion: https://postgr.es/m/CAEudQAo1+AcGppxDSg8k+zF4+Kv+eJyqzEDdbpDg58-=MQcerQ@mail.gmail.com
Author: Ranier Vilela
Backpatch-through: master
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e36e936e0ee664e07588732d1a8d105c5ec8e57d
Modified Files
--------------
src/backend/access/gist/gistxlog.c | 1 -
src/backend/catalog/heap.c | 2 +-
src/backend/storage/smgr/md.c | 6 ++++--
src/backend/utils/adt/json.c | 2 +-
src/backend/utils/mmgr/mcxt.c | 2 +-
5 files changed, 7 insertions(+), 6 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2020-09-04 06:02:22 | pgsql: Fix inline marking introduced in commit 464824323e. |
| Previous Message | Michael Paquier | 2020-09-04 01:51:18 | pgsql: Remove variable "concurrent" from ReindexStmt |