Fix typo in MVCC test comment

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 0c67e9e566db32df3f420268e81e32f278a2f090
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2022-08-25T08:31:20Z
Releases: 16.0
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

Files

PathChange+/−
src/test/regress/expected/mvcc.out modified +1 −1
src/test/regress/sql/mvcc.sql modified +1 −1

Discussion