doc: join state for merge join

From: Zhihong Yu <zyu(at)yugabyte(dot)com>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: doc: join state for merge join
Date: 2022-02-19 13:20:14
Message-ID: CALNJ-vQVthfQXVqmrHR8BKHtC4fMGbhM1xbvJNJAPexTq_dH=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
merge-join-state-doc.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2022-02-19 13:21:43 Re: Design of pg_stat_subscription_workers vs pgstats
Previous Message John Naylor 2022-02-19 13:07:58 use rotate macro in more places