pgsql: Fix some typos in regression test comments.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some typos in regression test comments.
Date: 2015-07-05 17:15:13
Message-ID: E1ZBnVZ-0000dL-Hm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some typos in regression test comments.

Back-patch to avoid unnecessary cross-branch differences.

CharSyam

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/486d3a2bb4b9e4c1cc64241f4b36643a22da8693

Modified Files
--------------
src/test/regress/expected/alter_generic.out | 2 +-
src/test/regress/expected/jsonb.out | 4 ++--
src/test/regress/expected/jsonb_1.out | 4 ++--
src/test/regress/sql/alter_generic.sql | 2 +-
src/test/regress/sql/jsonb.sql | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-07-05 23:37:18 pgsql: Make a editorial pass over pgbench's error messages.
Previous Message Tom Lane 2015-07-05 16:57:26 pgsql: Further reduce overhead for passing plpgsql variables to the exe