Re: ALTER TABLE: warn when actions do not recurse to partitions - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: ALTER TABLE: warn when actions do not recurse to partitions
Date
Msg-id CAKAnmm+G2OHo8R-VqBwwcH7Xro2w9-Gv8Q6mctNKk5c-6eGnmQ@mail.gmail.com
Whole thread
In response to Re: ALTER TABLE: warn when actions do not recurse to partitions  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: ALTER TABLE: warn when actions do not recurse to partitions
List pgsql-hackers
Okay, that's all fine with me, thank you for the explanations!

One more small idea: lose the bool found = false, and simply return; on a matching strcmp

Cheers,
Greg

pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition
Next
From: Richard Guo
Date:
Subject: Re: Convert NOT IN sublinks to anti-joins when safe