pgsql: Fix statenames in mergejoin comments

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix statenames in mergejoin comments
Date: 2022-02-23 10:03:42
Message-ID: E1nMoUo-000GNQ-Ug@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix statenames in mergejoin comments

The names in the comments were on a few states not consistent with
the documented state.

Author: Zhihong Yu <zyu(at)yugabyte(dot)com>
Discussion: https://postgr.es/m/CALNJ-vQVthfQXVqmrHR8BKHtC4fMGbhM1xbvJNJAPexTq_dH=w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2313a3ee22eb3c63a987b496df64c67443763a5a

Modified Files
--------------
src/backend/executor/nodeMergejoin.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-02-23 10:30:32 pgsql: Use test functions in pg_rewind test module
Previous Message Andres Freund 2022-02-23 02:26:45 pgsql: Add temporary debug info to help debug 019_replslot_limit.pl fai