a comment in joinrel.c: compute_partition_bounds() - Mailing list pgsql-hackers

From Amit Langote
Subject a comment in joinrel.c: compute_partition_bounds()
Date
Msg-id CA+HiwqGQNbtamQ_9DU3osR1XiWR4wxWFZurPmN6zgbdSZDeWmw@mail.gmail.com
Whole thread Raw
Responses Re: a comment in joinrel.c: compute_partition_bounds()
List 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

pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Hook for extensible parsing.
Next
From: Amit Kapila
Date:
Subject: Re: row filtering for logical replication