pgsql: Fix typo

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo
Date: 2017-06-13 14:54:20
Message-ID: E1dKnD2-0000Ez-Mx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo

Author: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-06-13 14:54:52 pgsql: In initdb, defend against assignment of NULL values to not-null
Previous Message Peter Eisentraut 2017-06-13 14:44:07 pgsql: Improve code comments