Re: doc: join state for merge join
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Zhihong Yu <zyu@yugabyte.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-19T19:24:09Z
Lists: pgsql-hackers
> On 19 Feb 2022, at 14:20, Zhihong Yu <zyu@yugabyte.com> wrote: > When i was looking at the code for ExecMergeJoin(), I noticed a few places where the join state name in the comment doesn't match the actual state. Given the comments on the other states, I'm bound to agree. Unless there are objections I'll go ahead with this one. -- Daniel Gustafsson https://vmware.com/
Commits
-
Fix statenames in mergejoin comments
- 2313a3ee22eb 15.0 landed