doc: join state for merge join
Zhihong Yu <zyu@yugabyte.com>
From: Zhihong Yu <zyu@yugabyte.com>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-19T13:20:14Z
Lists: pgsql-hackers
Attachments
- merge-join-state-doc.patch (application/octet-stream) patch
Hi, 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. Here is a small patch with correction. Cheers
Commits
-
Fix statenames in mergejoin comments
- 2313a3ee22eb 15.0 landed