pgsql: Fix typo in MVCC test comment

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Fix typo in MVCC test comment
Дата
Msg-id E1oR8Py-0017PS-B8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix typo in MVCC test comment

The optimization is named kill_prior_tuple but was accidentally
spelled kill_prio_tuple in the test.

Author: Mingli Zhang <avamingli@gmail.com>
Discussion: https://postgr.es/m/82d3e66a-d8ae-4bfa-943e-29c5add0743f@Spark

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c67e9e566db32df3f420268e81e32f278a2f090

Modified Files
--------------
src/test/regress/expected/mvcc.out | 2 +-
src/test/regress/sql/mvcc.sql      | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: John Naylor
Дата:
Сообщение: pgsql: Remove unused symbol __aarch64
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: Fix typo in GRANT docs