pgsql: Fix typo in MVCC test comment - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix typo in MVCC test comment
Date
Msg-id E1oR8Py-0017PS-B8@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Remove unused symbol __aarch64
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix typo in GRANT docs