pgsql: Fix wording in comment - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix wording in comment
Date
Msg-id E1qYjD3-000Rxq-83@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix wording in comment

The comment for the DSM_OP_CREATE paramater read "the a new handle"
which is confusing. Fix by rewording to indicate what the parameter
means for DSM_OP_CREATE.

Reported-by: Junwang Zhao <zhjwpku@gmail.com>
Discussion: https://postgr.es/m/CAEG8a3J2bc197ym-M_ykOXb9ox2eNn-QNKNeoSAoHYSw2NCOnw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/27a36f79b6d15cb2b267d16084007aa9d6917aec

Modified Files
--------------
src/backend/storage/ipc/dsm_impl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: pg_upgrade: Avoid shadowing global var in function
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Add more ICU rules examples