pgsql: SQL comment: remove extra word in heading comment

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: SQL comment: remove extra word in heading comment
Date: 2019-01-25 23:57:25
Message-ID: E1gnBLh-0001cU-Ug@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

SQL comment: remove extra word in heading comment

Reported-by: Daniel Gustafsson

Discussion: https://postgr.es/m/431D5BC1-9696-43FA-B54C-39D5503EB753@yesql.se

Backpatch-through: master

Branch
------
master

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

Modified Files
--------------
src/tutorial/advanced.source | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-01-26 01:47:06 pgsql: Simplify restriction handling of two-phase commit for temporary
Previous Message Tom Lane 2019-01-25 22:09:53 pgsql: Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.