pgsql: Fix typo in test comment.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix typo in test comment.
Дата
Msg-id E1jeFnK-0003xP-Vn@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0099db4ce1a19038d0d837bf82a35c989332cc58

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix some comments in xlogreader.h
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix typo in test comment.