| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix typos in the code |
| Date: | 2019-10-30 01:04:00 |
| Message-ID: | E1iPcP2-0007iS-Rb@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix typos in the code
Author: Vignesh C
Reviewed-by: Dilip Kumar, Michael Paquier
Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/6ca86bb7e9c72f428c7f4e3f2b48dd6c4084429c
Modified Files
--------------
contrib/pg_trgm/trgm_op.c | 4 ++--
contrib/pgcrypto/pgp-info.c | 2 +-
contrib/sepgsql/database.c | 2 +-
contrib/sepgsql/dml.c | 2 +-
contrib/sepgsql/schema.c | 2 +-
src/backend/access/common/detoast.c | 4 ++--
src/backend/access/nbtree/nbtsplitloc.c | 2 +-
src/backend/replication/walreceiver.c | 2 +-
src/backend/statistics/mcv.c | 2 +-
src/backend/storage/buffer/bufmgr.c | 2 +-
src/backend/storage/lmgr/proc.c | 2 +-
src/backend/utils/adt/jsonfuncs.c | 2 +-
src/backend/utils/mmgr/freepage.c | 2 +-
src/bin/pg_upgrade/parallel.c | 2 +-
src/bin/psql/tab-complete.c | 2 +-
src/interfaces/ecpg/compatlib/informix.c | 2 +-
src/interfaces/ecpg/pgtypeslib/interval.c | 10 +++++-----
17 files changed, 23 insertions(+), 23 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2019-10-30 02:48:38 | pgsql: pg_waldump: Fix small memory leak when rmgr->rm_identify returns |
| Previous Message | Peter Eisentraut | 2019-10-29 08:38:32 | pgsql: Fix compiler warnings in ecpg tests |