From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix typo in test comment. |
Date: | 2020-05-28 10:29:51 |
Message-ID: | E1jeFnL-0003xT-0O@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix typo in test comment.
The same comment was copied to a few different places, with the same typo.
Backpatch down to v11, where this typo was introduced.
Branch
------
REL_12_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/169a6588a71724e7932ece91d844b810b0dbed67
Modified Files
--------------
src/test/regress/expected/alter_table.out | 2 +-
src/test/regress/expected/hash_part.out | 2 +-
src/test/regress/expected/insert.out | 2 +-
src/test/regress/expected/partition_prune.out | 2 +-
src/test/regress/sql/alter_table.sql | 2 +-
src/test/regress/sql/hash_part.sql | 2 +-
src/test/regress/sql/insert.sql | 2 +-
src/test/regress/sql/partition_prune.sql | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2020-05-28 17:20:13 | pgsql: Add CHECK_FOR_INTERRUPTS() to the repeat() function |
Previous Message | Heikki Linnakangas | 2020-05-28 10:29:50 | pgsql: Fix typo in test comment. |