Re: Fix typo kill_prio_tuple
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Zhang Mingli <zmlpostgres@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-08-22T08:38:39Z
Lists: pgsql-hackers
> On 22 Aug 2022, at 09:57, Zhang Mingli <zmlpostgres@gmail.com> wrote: > Found a typo in mvcc.sql > > typo kill_prio_tuple -> kill_prior_tuple Correct, that should be kill_prior_tuple. I'll apply this in a bit. -- Daniel Gustafsson https://vmware.com/
Commits
-
Fix typo in MVCC test comment
- 0c67e9e566db 16.0 landed