a comment in joinrel.c: compute_partition_bounds()

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: a comment in joinrel.c: compute_partition_bounds()
Date: 2021-09-24 06:34:03
Message-ID: CA+HiwqGQNbtamQ_9DU3osR1XiWR4wxWFZurPmN6zgbdSZDeWmw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I think there's a word missing in the following comment:

/*
* See if the partition bounds for inputs are exactly the same, in
* which case we don't need to work hard: the join rel have the same
* partition bounds as inputs, and the partitions with the same
* cardinal positions form the pairs.

": the join rel have the same..." seems to be missing a "will".

Attached a patch to fix.

--
Amit Langote
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
comment-missing-word.patch application/octet-stream 781 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2021-09-24 06:34:17 Re: row filtering for logical replication
Previous Message Julien Rouhaud 2021-09-24 06:33:59 Re: Hook for extensible parsing.